WoW API: GetBuildInfo

From AddOn Studio
Revision as of 05:03, 10 August 2008 by WoWWiki>Ckknight (4th return is a number, not a string. Also, it's 20400, not 24000)
Jump to navigation Jump to search

WoW API < GetBuildInfo

Returns information about current client build.

version, build, date, tocversion = GetBuildInfo()

Parameters

Returns
version, build, date, tocversion
version
String - version
build
String - build number
date
String - build date
tocversion
Number - TOC Version number (New in 2.4.2)

Example

local version, build, date, tocversion = GetBuildInfo()

Result

version = "2.4.2"
build = "8278"
date = "May  1 2008"
tocversion = 20400