WoW:API GetDate: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 25: Line 25:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|GetDate]]

Revision as of 12:46, 27 August 2005

GetDate -Documentation by Zlixar-

When called, returns the build date of the current version of WoW (as listed on the bottom left of the login screen).

date = GetDate();

Arguments
none

Returns
date
String - For example for version 1.2.1, it returned "Dec 20 2004". This date will be the date WoW was released or built (some internal Blizzard date close to release).

Example
local date = GetDate();
Result
"Dec 20 2004"

(Seems to have been removed)


Template:WoW API