Class ClimbingComponent
Inheritance
System.Object
ClimbingComponent
Namespace: Content.Shared.Climbing
Assembly: Content.Shared.dll
Syntax
public sealed class ClimbingComponent : Component
Fields
| Improve this Doc View SourceBufferTime
We'll launch the mob onto the table and give them at least this amount of time to be on it.
Declaration
public const float BufferTime = null
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceDisabledFixtureMasks
Declaration
public Dictionary<string, int> DisabledFixtureMasks { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.Int32> |
IsClimbing
Whether the owner is climbing on a climbable entity.
Declaration
public bool IsClimbing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OwnerIsTransitioning
Whether the owner is being moved onto the climbed entity.
Declaration
public bool OwnerIsTransitioning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |