systemOfUnits: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:Take[ _]On[ _]Helicopters:[ _]New[ _]Scripting[ _]Commands[ _]List(\|[^]]+)?\]\] " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| TKOH | | TKOH | ||
|1.00 | |1.00 | ||
|gr1= System | |gr1= System | ||
| Returns the currently selected system of units. | | Returns the currently selected system of units. | ||
* 0: Metric | * 0: Metric | ||
* 1: Mixed (ground vehicles use Metric / air vehicles use Imperial) | * 1: Mixed (ground vehicles use Metric / air vehicles use Imperial) | ||
* 2: Imperial | * 2: Imperial | ||
| '''systemOfUnits''' | | '''systemOfUnits''' | ||
| [[Number]] | | [[Number]] | ||
|x1= <code>_system = '''systemOfUnits''';</code> | |x1= <code>_system = '''systemOfUnits''';</code> | ||
| [[BIS_fnc_convertUnits]] [[setSystemOfUnits]] | | [[BIS_fnc_convertUnits]] [[setSystemOfUnits]] | ||
}} | }} |
Revision as of 11:26, 18 January 2021
Description
- Description:
- Returns the currently selected system of units.
- 0: Metric
- 1: Mixed (ground vehicles use Metric / air vehicles use Imperial)
- 2: Imperial
- Groups:
- System
Syntax
- Syntax:
- systemOfUnits
- Return Value:
- Number
Examples
- Example 1:
_system = systemOfUnits;
Additional Information
- See also:
- BIS_fnc_convertUnits setSystemOfUnits
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