/datum/listen_module/input 
Listen input module datums modify say message datums passed to them from the say channel that they are subscribed to, then in turn pass the message to their parent listen module tree for further processing.
Vars | |
channel | The channel ID that this listen module should listen on. |
---|---|
enabled | If disabled, this listen module will not receive any messages. |
ignore_line_of_sight_checks | Whether this listen module should ignore line of sight checks performed during message dissemination. |
say_channel | The say channel datum that this module is currently listening on. |
Procs | |
disable | Disable this listen module, disallowing it to receive messages. |
enable | Enable this listen module, allowing it to receive messages. |
Var Details
channel 
The channel ID that this listen module should listen on.
enabled 
If disabled, this listen module will not receive any messages.
ignore_line_of_sight_checks 
Whether this listen module should ignore line of sight checks performed during message dissemination.
say_channel 
The say channel datum that this module is currently listening on.
Proc Details
disable
Disable this listen module, disallowing it to receive messages.
enable
Enable this listen module, allowing it to receive messages.