airDensityCurveRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|1.34|Game version= | |1.34|Game version= | ||
|Returns array with air density data.{{Feature|afm}} |DESCRIPTION= | |Returns array with air density data.{{Feature|afm}} |DESCRIPTION= | ||
| '''airDensityCurveRTD'''|SYNTAX= | | '''airDensityCurveRTD'''|SYNTAX= | ||
Line 20: | Line 17: | ||
*0: Altitude (-60000 metres to 10^7 metres) | *0: Altitude (-60000 metres to 10^7 metres) | ||
*1: Air density|RETURNVALUE= | *1: Air density|RETURNVALUE= | ||
|x1 = <code>_array = '''airDensityCurveRTD''';</code> |EXAMPLE1= | |x1 = <code>_array = '''airDensityCurveRTD''';</code> |EXAMPLE1= |
Revision as of 00:09, 17 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