Goonstation 13 - Modules - TypesVar Details - Proc Details

/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

channelThe channel ID that this listen module should listen on.
enabledIf disabled, this listen module will not receive any messages.
ignore_line_of_sight_checksWhether this listen module should ignore line of sight checks performed during message dissemination.
say_channelThe say channel datum that this module is currently listening on.

Procs

disableDisable this listen module, disallowing it to receive messages.
enableEnable 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.