Wikia

WoWWiki

Watchlist Recent changes

API GetBuildInfo

Main Menue



Returns information about current client build.

version, build, date, tocversion = GetBuildInfo()

Parameters Edit

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 Edit

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

Result Edit

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

Try this macro:

/script v, b, d, t = GetBuildInfo()
/script print(string.format("version = %s, build = %s, date = '%s', tocversion = %s.", v, b, d, t))

Pages on WoWWiki

94,146pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,612photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki