setSystemOfUnits: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "") |
||
Line 28: | Line 28: | ||
}} | }} | ||
{{GameCategory|arma3|New Scripting Commands}} | {{GameCategory|arma3|New Scripting Commands}} | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} |
Revision as of 10:42, 18 January 2021
Description
- Description:
- Set system of units. This will only impact gauges from advanced flight model.
- Groups:
- SystemBroken Commands
Syntax
- Syntax:
- setSystemOfUnits value
- Parameters:
- value: Number - possible values are:
0 - metric
1 - mixed
2 - imperial - Return Value:
- Nothing
Examples
- Example 1:
if (player in _myHelicopter) then { setSystemOfUnits 2; };
Additional Information
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