airDensityCurveRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|gr1= RTD | |gr1= RTD | ||
|1.34 | |1.34 | ||
|Returns array with air density data.{{Feature|afm}} | |Returns array with air density data.{{Feature|afm}} | ||
| '''airDensityCurveRTD''' | | '''airDensityCurveRTD''' | ||
| [[Array]] with [[Array|arrays]]: Returns air density graph<br> | | [[Array]] with [[Array|arrays]]: Returns air density graph<br> | ||
Each array consists of: | Each array consists of: | ||
*0: Altitude (-60000 metres to 10^7 metres) | *0: Altitude (-60000 metres to 10^7 metres) | ||
*1: Air density | *1: Air density | ||
|x1 = <code>_array = '''airDensityCurveRTD''';</code> | |x1 = <code>_array = '''airDensityCurveRTD''';</code> | ||
| [[:Category:Command_Group:_RTD|RTD Commands Group]], [[Advanced Helicopter Flight Model in Arma3]] | | [[:Category:Command_Group:_RTD|RTD Commands Group]], [[Advanced Helicopter Flight Model in Arma3]] | ||
}} | }} | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 00:02, 18 January 2021
Description
- Description:
- Returns array with air density data.
- Groups:
- RTD
Syntax
- Syntax:
- airDensityCurveRTD
- Return Value:
- Array with arrays: Returns air density graph
Each array consists of:- 0: Altitude (-60000 metres to 10^7 metres)
- 1: Air density
Examples
- Example 1:
_array = airDensityCurveRTD;
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