WoW:API GetBuildInfo: Difference between revisions
Jump to navigation
Jump to search
GetBuildInfo -Documentation by Aradan-
(Returns information about current client build.) |
m (Changed tag to {{wowapi}}) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''GetBuildInfo''' ''-Documentation by [[user:Aradan|Aradan]]-''</center> | <center>'''GetBuildInfo''' ''-Documentation by [[user:Aradan|Aradan]]-''</center> | ||
Line 22: | Line 23: | ||
---- | ---- | ||
Revision as of 01:26, 17 August 2006
← WoW API < GetBuildInfo
Returns information about current client build.
version, build, date = GetBuildInfo()
Parameters
- Returns
- version, build, date
- version
- String - version
- build
- String - build number
- date
- String - build date
Example
local version, build, date = GetBuildInfo()
Result
version = "1.10.2" build = "5302" date = "Apr 26 2006"