code/__DEFINES/tools.dm ![code/__DEFINES/tools.dm0](git.png)
TOOL_ACT_TOOLTYPE_SUCCESS | When a tooltype_act proc is successful |
---|---|
TOOL_ACT_SIGNAL_BLOCKING | When [COMSIG_ATOM_TOOL_ACT] blocks the act |
TOOL_ACT_MELEE_CHAIN_BLOCKING | When TOOL_ACT_TOOLTYPE_SUCCESS or TOOL_ACT_SIGNAL_BLOCKING are set |
Define Details
TOOL_ACT_MELEE_CHAIN_BLOCKING ![code/__DEFINES/tools.dm 37](git.png)
When TOOL_ACT_TOOLTYPE_SUCCESS or TOOL_ACT_SIGNAL_BLOCKING are set
TOOL_ACT_SIGNAL_BLOCKING ![code/__DEFINES/tools.dm 34](git.png)
When [COMSIG_ATOM_TOOL_ACT] blocks the act
TOOL_ACT_TOOLTYPE_SUCCESS ![code/__DEFINES/tools.dm 32](git.png)
When a tooltype_act proc is successful