airDensityCurveRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma3 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[private\]\] _([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>private _$1 = $2;</sqf>") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.34 | |||
|gr1= RTD | |gr1= RTD | ||
| | |descr= Returns array with air density data.{{Feature|afm}} | ||
| | |s1= [[airDensityCurveRTD]] | ||
| | |r1= [[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= < | |x1= <sqf>private _densityArray = airDensityCurveRTD;</sqf> | ||
|seealso= [[:Category:Command_Group:_RTD|RTD Commands Group]] | |seealso= [[:Category:Command_Group:_RTD|RTD Commands Group]] [[Advanced Helicopter Flight Model in Arma3]] | ||
}} | }} |
Latest revision as of 21:21, 7 May 2022
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:
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