Generic Action
Vars | |
ability_used_time | The time when this ability can be used again |
---|---|
hidden | Whether the action is hidden from its owner |
listen_signal | A signal on the mob that will cause the action to activate |
player_hidden | Hide the action from the owner without preventing them from using it (incase of keybind listen_signal) |
Procs | |
action_cooldown_check | Returns TRUE if cooldown is over |
give_to | Cannot use arglist for both cases because of unique BYOND handling of args in New |
keybind_activation | handler for when a keybind signal is received by the action, calls the action_activate proc asynchronous |
Var Details
ability_used_time
The time when this ability can be used again
hidden
Whether the action is hidden from its owner
listen_signal
A signal on the mob that will cause the action to activate
player_hidden
Hide the action from the owner without preventing them from using it (incase of keybind listen_signal)
Proc Details
action_cooldown_check
Returns TRUE if cooldown is over
give_to
Cannot use arglist for both cases because of unique BYOND handling of args in New
keybind_activation
handler for when a keybind signal is received by the action, calls the action_activate proc asynchronous