Show / Hide Table of Contents

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 Source

RequiresPower

Does this intercom require popwer to function

Declaration
public bool RequiresPower
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

SupportedChannels

The list of radio channel prototypes this intercom can choose between.

Declaration
public List<string> SupportedChannels
Field Value
Type Description
List<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾