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) |
KEYBINDING_NORMAL | Normal keybinding , calls keybind_activation |
KEYBINDING_ALTERNATE | Alternate keybinding , calls alternate_ability_activation |
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)
KEYBINDING_ALTERNATE 
Alternate keybinding , calls alternate_ability_activation
KEYBINDING_NORMAL 
Normal keybinding , calls keybind_activation