WoW:API GetBuildVersion: Difference between revisions
Jump to navigation
Jump to search
GetBuildVersion -Documentation by Zlixar-
No edit summary |
mNo edit summary |
||
Line 28: | Line 28: | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetBuildVersion]] | |||
[[Category:API Core Functions|GetBuildVersion]] |
Revision as of 14:31, 27 August 2005
Returns the current game version as a string.
version = GetBuildVersion();
- Arguements
- None
- Returns
- version
- The current version string
- Example
version = GetBuildVersion(); DEFAULT_CHAT_FRAME:AddMessage("Current game version is " .. version .. "!", .5, 0, 0);
- Returns
Current game version is 1.2.1!
- Details
- This only returns the version number, not the build number or any other information.