mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
2 lines
1.6 KiB
HTML
2 lines
1.6 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__HELPERS/time.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/__HELPERS/time.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/__HELPERS/time.dm"><img src="git.png" width="16" height="16" title="code/__HELPERS/time.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/proc/<a href="global.html#proc/start_watch">start_watch</a></th><td>Returns "watch handle" (really just a timestamp :V)</td></tr><tr><th>/proc/<a href="global.html#proc/stop_watch">stop_watch</a></th><td>Returns number of seconds elapsed.
|
|
@param wh number The "Watch Handle" from start_watch(). (timestamp)</td></tr><tr><th>/proc/<a href="global.html#proc/seconds_to_clock">seconds_to_clock</a></th><td>Take a value in seconds and makes it display like a clock. Hours are stripped. (mm:ss)</td></tr><tr><th>/proc/<a href="global.html#proc/seconds_to_full_clock">seconds_to_full_clock</a></th><td>Take a value in seconds and makes it display like a clock (h:mm:ss)</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |