WoW:API GetGameTime: Difference between revisions
Jump to navigation
Jump to search
GetGameTime -Documentation by Zlixar-
mNo edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
:This is the server's current time, NOT the current time of the user's system. | :This is the server's current time, NOT the current time of the user's system. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:00, 4 January 2006
Returns the current server time in hours and minutes
hours,minutes = GetGameTime();
- Arguments
- none
- Returns
- hours
- Number - The current hour.
- minutes
- Number - The minutes passed in the current hour.
- Example
local hour,minute = GetGameTime();
- Result
hour = 16 minute = 30
- Details
- This is the server's current time, NOT the current time of the user's system.