Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/shared_input_format_module

Shared input format modules correspond to a listen input module, and handle all shared processing for it. Prior to passing a say message datum to individual inputs, a say channel will group inputs by type, and apply shared processing defined in a shared input format module once, if it exists. This mitigates the need for input modules to perform redundant processing.

Vars

idID string for cache lookups. This should correspond to the listen input module that shared processing and formatting should be performed for.

Procs

processApplies shared processing and formatting to the message.

Var Details

id

ID string for cache lookups. This should correspond to the listen input module that shared processing and formatting should be performed for.

Proc Details

process

Applies shared processing and formatting to the message.