Class ActiveRadioComponent
This component is required to receive radio message events.
Inheritance
System.Object
ActiveRadioComponent
Namespace: Content.Server.Radio.Components
Assembly: Content.Server.dll
Syntax
public sealed class ActiveRadioComponent : Component
Fields
| Improve this Doc View SourceChannels
The channels that this radio is listening on.
Declaration
public HashSet<string> Channels
Field Value
Type | Description |
---|---|
HashSet<System.String> |
GlobalReceive
If this radio can hear all messages on all maps
Declaration
public bool GlobalReceive
Field Value
Type | Description |
---|---|
System.Boolean |