Show / Hide Table of Contents

Class SharedPullerComponent

Inheritance
System.Object
SharedPullerComponent
Namespace: Content.Shared.Pulling.Components
Assembly: Content.Shared.dll
Syntax
public sealed class SharedPullerComponent : Component

Fields

| Improve this Doc View Source

NeedsHands

Does this entity need hands to be able to pull something?

Declaration
public bool NeedsHands
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

Pulling

Declaration
public EntityUid? Pulling { get; set; }
Property Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

SprintSpeedModifier

Declaration
public float SprintSpeedModifier { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

WalkSpeedModifier

Declaration
public float WalkSpeedModifier { get; }
Property Value
Type Description
System.Single

Methods

| Improve this Doc View Source

OnRemove()

Declaration
protected override void OnRemove()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾