Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns info for the current client build.

version, build, date, tocversion, localizedVersion, buildType = GetBuildInfo()

Returns[]

version
string - Current patch version
build
string - Build number
date
string - Build date
tocversion
number - Interface (.toc) version number
localizedVersion
string - Localized translation for the string "Version"
buildType
string - Localized build type and machine architecture

Details[]

  • In the initial testing build of Patch 10.1.0 (48480) the localizedVersion and buildType return values do not function as intended and will return an empty string and a string with just a space character respectively.

Example[]

/dump GetBuildInfo() -- "9.0.2", "36665", "Nov 17 2020", 90002

Latest Builds[]

Flavor Patch TOC version
Test-inline Mainline PTR 10.2.0 100200
Dragonflight Mainline 10.1.7 100205
Wrath-Logo-Small Wrath Classic 3.4.2 30403
WoW Icon update Classic Era 1.14.4 11501

Patch changes[]

Dragonflight Patch 10.1.0 (2023-05-02): Added localizedVersion and buildType return values.
WoW Icon update Patch 1.10.0 (2006-03-28): Added. Prior to this patch this function was only ever exposed to the glue environment.

See also[]


References[]

Advertisement