code/datums/datum.dm
/datum | The absolute base class for everything |
---|---|
/proc/end_cooldown | Callback called by a timer to end an associative-list-indexed cooldown. |
/proc/reset_cooldown | Proc used by stoppable timers to end a cooldown before the time has ran out. |