systemOfUnits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Some wiki formatting)
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands]]
{{RV|type=command


{{Command|Comments=
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| TKOH |Game name=
|game2= arma3
|version2= 0.50


|1.00|Game version=
|gr1= System
____________________________________________________________________________________________


| Returns the currently selected system of units.
|descr= 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 |DESCRIPTION=
* 2: Imperial
____________________________________________________________________________________________


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


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


|x1= <code>_system = '''systemOfUnits''';</code> |=
|x1= <sqf>_system = systemOfUnits;</sqf>
 
| [[BIS_fnc_convertUnits]] |SEEALSO=


|seealso= [[BIS_fnc_convertUnits]] [[setSystemOfUnits]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 17:31, 13 May 2022

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