From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Returns the product's friendly name, identifier, version and build number.
The command has been upgraded to also returns branch identifier, whether or not the game was launched using mods, the platform and the architecture.
- Groups:
- System
Syntax
- Syntax:
- productVersion
- Return Value:
- Array in format [name, nameShort, version, buildNumber, buildType, isModded, platform, architecture, steamBranchName]:
- name: String - product name
- nameShort: String - product short name
- version: Number - product version number
- buildNumber: Number - product build number
1.00 buildType: String - build type, 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
2.20 steamBranchName: String - "" (for default/public branch), "profiling" or "development"
Examples
- Example 1:
- Example 2:
- Example 3:
- Example 4:
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