/datum/action_controller
Procs | |
interrupt | Is called by all kinds of things to check for action interrupts. |
---|---|
process | Handles the action countdowns, updates and deletions. |
start | Starts a new action. |
start_and_wait | Starts an action and waits for it to finish, returns TRUE if it finished successfully, FALSE if it was interrupted. |
Proc Details
interrupt
Is called by all kinds of things to check for action interrupts.
process
Handles the action countdowns, updates and deletions.
start
Starts a new action.
start_and_wait
Starts an action and waits for it to finish, returns TRUE if it finished successfully, FALSE if it was interrupted.