productVersion: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|size=0.75" to "|size= 0.75") |
Lou Montana (talk | contribs) (Add branches) |
||
Line 22: | Line 22: | ||
* version: [[Number]] - product version number | * version: [[Number]] - product version number | ||
* build: [[Number]] - product build number | * build: [[Number]] - product build number | ||
* {{GVI|arma3|1.00|size= 0.75}} branch: [[String]] - product branch | * {{GVI|arma3|1.00|size= 0.75}} branch: [[String]] - product branch, can be {{hl|"Stable"}}, {{hl|"Development"}}, {{hl|"Diag"}} or {{hl|"Profile"}} | ||
* {{GVI|arma3|1.00|size= 0.75}} isModded: [[Boolean]] - is the product running with mods ([[true]]) or vanilla ([[false]]) | * {{GVI|arma3|1.00|size= 0.75}} isModded: [[Boolean]] - is the product running with mods ([[true]]) or vanilla ([[false]]) | ||
* {{GVI|arma3|1.00|size= 0.75}} platform: [[String]] - can be {{hl|Windows}}, {{hl|Linux}} or {{hl|OSX}} | * {{GVI|arma3|1.00|size= 0.75}} platform: [[String]] - can be {{hl|Windows}}, {{hl|Linux}} or {{hl|OSX}} |
Revision as of 14:50, 10 May 2023
Description
- Description:
- Returns the product's friendly name, identifier, version and build number.
- Groups:
- System
Syntax
- Syntax:
- productVersion
- Return Value:
- Array in format [name, nameShort, version, build, branch, isModded, platform, architecture]:
- name: String - product name
- nameShort: String - product short name
- version: Number - product version number
- build: Number - product build number
- 1.00 branch: String - product branch, can be "Stable", "Development", "Diag" or "Profile"
- 1.00 isModded: Boolean - is the product running with mods (true) or vanilla (false)
- 1.00 platform: String - can be Windows, Linux or OSX
- 1.68 architecture: String - x64 for 64bit or x86 for 32bit
Examples
- Example 1:
- Example 2:
- Example 3:
Additional Information
- See also:
- supportInfo requiredVersion
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note