Show / Hide Table of Contents

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 Source

Delay

Time taken to do an action like placing a wall

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

Floor

ID of the floor to create when using the floor mode.

Declaration
public string Floor
Field Value
Type Description
System.String
| Improve this Doc View Source

Mode

What mode are we on? Can be floors, walls, airlock, deconstruct.

Declaration
public RcdMode Mode
Field Value
Type Description
RcdMode
| Improve this Doc View Source

SuccessSound

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

SwapModeSound

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