Class ClimbableComponent
Inheritance
System.Object
ClimbableComponent
Namespace: Content.Shared.Climbing
Assembly: Content.Shared.dll
Syntax
public sealed class ClimbableComponent : Component
Fields
| Improve this Doc View SourceClimbDelay
The time it takes to climb onto the entity.
Declaration
public float ClimbDelay
Field Value
Type | Description |
---|---|
System.Single |
FinishClimbSound
Sound to be played when a climb finishes.
Declaration
public SoundSpecifier FinishClimbSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
Range
The range from which this entity can be climbed.
Declaration
public float Range
Field Value
Type | Description |
---|---|
System.Single |
StartClimbSound
Sound to be played when a climb is started.
Declaration
public SoundSpecifier StartClimbSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |