Goonstation 13 - Modules - TypesVar Details

/datum/say_channel/delimited/bundled

Bundled say channels are a form of delimited channel that restrict the number of listeners that a say message is passed to on the basis of which subchannel a listener is registered to. Unlike say channel IDs, subchannel IDs may be defined arbitrarily at runtime; subchannel IDs are commonly BYOND atom references to some shared datum among listeners.

Vars

listeners_by_subchannelA list of subchannels, each an associative list of listeners registered to that subchannel, indexed by input module type.

Var Details

listeners_by_subchannel

A list of subchannels, each an associative list of listeners registered to that subchannel, indexed by input module type.