Namespace Content.Server.Radio.Components
Classes
ActiveRadioComponent
This component is required to receive radio message events.
ActiveRadioJammerComponent
Prevents all radio in range from sending messages
IntrinsicRadioReceiverComponent
This component allows an entity to directly translate radio messages into chat messages. Note that this does not automatically add an ActiveRadioComponent, which is required to receive radio messages on specific channels.
IntrinsicRadioTransmitterComponent
This component allows an entity to directly translate spoken text into radio messages (effectively an intrinsic radio headset).
RadioJammerComponent
When activated (ActiveRadioJammerComponent) prevents from sending messages in range
RadioMicrophoneComponent
Listens for local chat messages and relays them to some radio frequency
RadioSpeakerComponent
Listens for radio messages and relays them to local chat.
WearingHeadsetComponent
This component is used to tag players that are currently wearing an ACTIVE headset.