Class ClothingSpeedModifierComponent
Inheritance
System.Object
ClothingSpeedModifierComponent
Namespace: Content.Shared.Clothing
Assembly: Content.Shared.dll
Syntax
public sealed class ClothingSpeedModifierComponent : Component
Fields
| Improve this Doc View SourceEnabled
Is this clothing item currently 'actively' slowing you down? e.g. magboots can be turned on and off.
Declaration
public bool Enabled
Field Value
Type | Description |
---|---|
System.Boolean |
SprintModifier
Declaration
public float SprintModifier
Field Value
Type | Description |
---|---|
System.Single |
WalkModifier
Declaration
public float WalkModifier
Field Value
Type | Description |
---|---|
System.Single |