code/__HELPERS/time.dm
/proc/start_watch | Returns "watch handle" (really just a timestamp :V) |
---|---|
/proc/stop_watch | Returns number of seconds elapsed. @param wh number The "Watch Handle" from start_watch(). (timestamp) |
/proc/seconds_to_clock | Take a value in seconds and makes it display like a clock. Hours are stripped. (mm:ss) |
/proc/seconds_to_full_clock | Take a value in seconds and makes it display like a clock (h:mm:ss) |