Goonstation 13 - Modules - TypesVar Details

/datum/say_channel/delimited

Delimited say channel datums, by some criteria, restrict the number of listeners that a say message is passed to. This typically manifests as only sending messages to listeners within a range of the speaker, or only sending messages to listeners registered to a specific subchannel. A global say channel datum may be associated with a delimited channel, which will receive all messages sent over the delimited channel and in turn may send messages to all listeners. See /datum/say_channel/global_channel.

Vars

global_channelThis delimited channel datum's partner global channel datum. All messages sent through this channel are also sent to the global channel.

Var Details

global_channel

This delimited channel datum's partner global channel datum. All messages sent through this channel are also sent to the global channel.