Show / Hide Table of Contents

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 Source

ClimbDelay

The time it takes to climb onto the entity.

Declaration
public float ClimbDelay
Field Value
Type Description
System.Single
| Improve this Doc View Source

FinishClimbSound

Sound to be played when a climb finishes.

Declaration
public SoundSpecifier FinishClimbSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

Range

The range from which this entity can be climbed.

Declaration
public float Range
Field Value
Type Description
System.Single
| Improve this Doc View Source

StartClimbSound

Sound to be played when a climb is started.

Declaration
public SoundSpecifier StartClimbSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾