code/__DEFINES/dcs/signals/signals_action.dm
COMSIG_MOB_ABILITY_STARTED | From base of /datum/action/cooldown/proc/PreActivate(), sent to the action owner: (datum/action/cooldown/activated) |
---|---|
COMPONENT_BLOCK_ABILITY_START | Return to block the ability from starting / activating |
COMSIG_MOB_ABILITY_FINISHED | From base of /datum/action/cooldown/proc/PreActivate(), sent to the action owner: (datum/action/cooldown/finished) |
Define Details
COMPONENT_BLOCK_ABILITY_START
Return to block the ability from starting / activating
COMSIG_MOB_ABILITY_FINISHED
From base of /datum/action/cooldown/proc/PreActivate(), sent to the action owner: (datum/action/cooldown/finished)
COMSIG_MOB_ABILITY_STARTED
From base of /datum/action/cooldown/proc/PreActivate(), sent to the action owner: (datum/action/cooldown/activated)