systemOfUnits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| TKOH |Game name=
| TKOH |Game name=
Line 7: Line 6:


|gr1= System |GROUP1=
|gr1= System |GROUP1=
____________________________________________________________________________________________


| Returns the currently selected system of units.
| Returns the currently selected system of units.
Line 13: Line 11:
* 1: Mixed (ground vehicles use Metric / air vehicles use Imperial)
* 1: Mixed (ground vehicles use Metric / air vehicles use Imperial)
* 2: Imperial |DESCRIPTION=
* 2: Imperial |DESCRIPTION=
____________________________________________________________________________________________


| '''systemOfUnits'''|SYNTAX=
| '''systemOfUnits'''|SYNTAX=


| [[Number]] |RETURNVALUE=
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>_system = '''systemOfUnits''';</code> |=
|x1= <code>_system = '''systemOfUnits''';</code> |=

Revision as of 04:51, 17 January 2021

Hover & click on the images for description

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

Notes

Bottom Section