code/__DEFINES/mechcomp.dm
MC_LINK_RANGE | The max range that two devices can be linked. |
---|---|
MC_ADD_INPUT | For use in Initialize(), add inputs to our input list. |
MC_WRAP_MESSAGE | Turn text into an mcmessage |
MCACT_REMOVE_OUTPUT | An output is being removed from our interface's output list (target) |
MCACT_REMOVE_INPUT | An input is being removed from our interface's input list (target) |
MCACT_ADD_OUTPUT | An output is being added to our interface's output list (target) |
MCACT_ADD_INPUT | An input is being added to our interface's input list (target) |
MCACT_PRE_SEND_MESSAGE | Called before sending a message incase we need to greeble it |
Define Details
MCACT_ADD_INPUT
An input is being added to our interface's input list (target)
MCACT_ADD_OUTPUT
An output is being added to our interface's output list (target)
MCACT_PRE_SEND_MESSAGE
Called before sending a message incase we need to greeble it
MCACT_REMOVE_INPUT
An input is being removed from our interface's input list (target)
MCACT_REMOVE_OUTPUT
An output is being removed from our interface's output list (target)
MC_ADD_INPUT
For use in Initialize(), add inputs to our input list.
MC_LINK_RANGE
The max range that two devices can be linked.
MC_WRAP_MESSAGE
Turn text into an mcmessage