/datum/speech_module/prefix 
Speech prefix modules handle any operations associated with a specific message prefix or prefixes. Messages with a prefix will attempt to use the prefix module with the longest matching ID; a message with a prefix of ":lhtest" will attempt to use the ":lh" prefix module, and only if incompatible will use the ":" prefix module.
Vars | |
prefix_id | The prefix ID that this prefix module corresponds to. |
---|---|
Procs | |
get_prefix_choices | Returns an associative list of channel names, indexed by prefix. |
Var Details
prefix_id 
The prefix ID that this prefix module corresponds to.
Proc Details
get_prefix_choices
Returns an associative list of channel names, indexed by prefix.