airDensityCurveRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Feature|AFM}}" to "{{Feature|afm}}")
m (Text replacement - "<code>\[\[private\]\] _([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>private _$1 = $2;</sqf>")
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.34


|gr1= RTD |GROUP1=
|gr1= RTD


|descr= Returns array with air density data.{{Feature|afm}}


|s1= [[airDensityCurveRTD]]


|1.34|Game version=
|r1= [[Array]] with [[Array|arrays]]: Returns air density graph<br>  
____________________________________________________________________________________________
 
|Returns array with air density data.{{Feature|afm}}  |DESCRIPTION=
____________________________________________________________________________________________
 
| '''airDensityCurveRTD'''|SYNTAX=
 
| [[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|RETURNVALUE=
* 1: Air density
____________________________________________________________________________________________


|x1 = <code>_array = '''airDensityCurveRTD''';</code> |EXAMPLE1=
|x1= <sqf>private _densityArray = airDensityCurveRTD;</sqf>


| [[:Category:Command_Group:_RTD|RTD Commands Group]], [[Advanced Helicopter Flight Model in Arma3]] |SEEALSO=
|seealso= [[:Category:Command_Group:_RTD|RTD Commands Group]] [[Advanced Helicopter Flight Model in Arma3]]
}}
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:21, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns array with air density data.
Advanced Helicopter Flight Model
For this command to have any effect, the Advanced Flight Model (AFM) has to be enabled. AFM status can be checked with difficultyEnabledRTD.
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:
private _densityArray = airDensityCurveRTD;

Additional Information

See also:
RTD Commands Group Advanced Helicopter Flight Model in Arma3

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