Class RCDComponent
Main component for the RCD Optionally uses LimitedChargesComponent. Charges can be refilled with RCD ammo
Inheritance
System.Object
RCDComponent
Namespace: Content.Shared.RCD.Components
Assembly: Content.Shared.dll
Syntax
public sealed class RCDComponent : Component
Fields
| Improve this Doc View SourceDelay
Time taken to do an action like placing a wall
Declaration
public float Delay
Field Value
Type | Description |
---|---|
System.Single |
Floor
ID of the floor to create when using the floor mode.
Declaration
public string Floor
Field Value
Type | Description |
---|---|
System.String |
Mode
What mode are we on? Can be floors, walls, airlock, deconstruct.
Declaration
public RcdMode Mode
Field Value
Type | Description |
---|---|
RcdMode |
SuccessSound
Declaration
public SoundSpecifier SuccessSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
SwapModeSound
Declaration
public SoundSpecifier SwapModeSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |