GetBuildInfo
Returns information about 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.1.0 (2004-11-07): Added.
See also
- https://wow.tools/builds/ - List of datamined builds
- Public client builds
- Template:API_LatestInterface
- GetBuildVersion (removed)