WoW API: GetBuildVersion

WoW API < GetBuildVersion

Returns the current game version as a string.

local version = GetBuildVersion()

ParametersEdit

ArgumentsEdit

none

ReturnsEdit

  • version (string) - The current version string

ExampleEdit

local version = GetBuildVersion();
DEFAULT_CHAT_FRAME:AddMessage("Current game version is " .. version .. "!", .5, 0, 0);
Result
Current game version is 1.2.1!

DetailsEdit

This only returns the version number, not the build number or any other information.

NotesEdit

  • Removed in patch 1.3.0. Subsumed by the more generic GetBuildInfo