Returns info for the current client build.
version, build, date, tocversion = GetBuildInfo()
Arguments
- version
- string - current patch version
- build
- string - build number
- date
- string - build date
- tocversion
- number - Interface (.toc) version number
Example
/dump GetBuildInfo() -- "9.0.2", "36665", "Nov 17 2020", 90002
Patch changes
Patch 1.10.0 (2006-03-28): Changed
GetBuildInfo()
to an API.
Patch 1.3.0 (2005-03-07): Removed GetBuildVersion()
Patch 1.0.0 (2004-10-08): Added
GetBuildInfo()
as a glue function.
See also
- https://wow.tools/builds/ - List of datamined builds
- https://www.townlong-yak.com/framexml/builds - List of FrameXML builds and TOC numbers
- Public client builds
- Template:API LatestInterface