Show / Hide Table of Contents

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 Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

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

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾