Class SharedPullerComponent
Inheritance
System.Object
SharedPullerComponent
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
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()