Class RadioSystem
This system handles intrinsic radios and the general process of converting radio messages into chat messages.
Inheritance
System.Object
RadioSystem
Namespace: Content.Server.Radio.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class RadioSystem : EntitySystem
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
SendRadioMessage(EntityUid, String, RadioChannelPrototype, EntityUid)
Send radio message to all active radio listeners
Declaration
public void SendRadioMessage(EntityUid messageSource, string message, RadioChannelPrototype channel, EntityUid radioSource)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | messageSource | Entity that spoke the message |
System.String | message | |
RadioChannelPrototype | channel | |
EntityUid | radioSource | Entity that picked up the message and will send it, e.g. headset |