-
Notifications
You must be signed in to change notification settings - Fork 760
Gettimetick
Haru edited this page Oct 19, 2016
·
1 revision
- gettimetick(<type></type>);
This function retrieves various ticks, depending on provided type:
- 0: Returns server's tick, which is a measurement in milliseconds used by the server's timer system, typically amount of milliseconds since last boot. The server's tick is an unsigned int which loops every ~47 days.
- 1: Second of Day (0: 00:00:00 - 86399: 23:59:59)
- 2: Seconds since January 1, 1970 00:00:00 UTC (UNIX epoch)
[[mes]] "I already wasted "+getimetick(1); mes "seconds of this day,"; mes "what a misfortune...";