Class IntercomComponent
Handles intercom ui and is authoritative on the channels an intercom can access.
Inheritance
System.Object
IntercomComponent
Namespace: Content.Shared.Radio.Components
Assembly: Content.Shared.dll
Syntax
public sealed class IntercomComponent : Component
Fields
| Improve this Doc View SourceRequiresPower
Does this intercom require popwer to function
Declaration
public bool RequiresPower
Field Value
Type | Description |
---|---|
System.Boolean |
SupportedChannels
The list of radio channel prototypes this intercom can choose between.
Declaration
public List<string> SupportedChannels
Field Value
Type | Description |
---|---|
List<System.String> |