/datum/say_channel/delimited/local 
Local 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 range. How this range is calculated may be altered by overriding GetAtomListeners()
.
Vars | |
listener_tick_cache | The listener tick cache is responsible for storing the "listeners by type" lists calculated by PassToChannel() for a single tick. |
---|---|
listener_tick_cache_type | The type of listener tick cache that this say channel should use. |
Var Details
listener_tick_cache 
The listener tick cache is responsible for storing the "listeners by type" lists calculated by PassToChannel()
for a single tick.
listener_tick_cache_type 
The type of listener tick cache that this say channel should use.