airDensityRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 97326 by Ffur2007slx2 5 on 2016-09-12T10:55:56Z)
m (template:command argument fix)
Line 14: Line 14:
|p1= altitude : [[Number]] |= Parameter 1
|p1= altitude : [[Number]] |= Parameter 1


| [[Number]] |= RETURNVALUE
| [[Number]] |RETURNVALUE=  




|x1= <code>_density = [[airDensityRTD]] 0;//Returns 1.22406</code>|= EXAMPLE1
|x1= <code>_density = [[airDensityRTD]] 0;//Returns 1.22406</code>|EXAMPLE1=  
|x2= <code>_density = [[airDensityRTD]] 1000;//Returns 1.11096</code>|= EXAMPLE2
|x2= <code>_density = [[airDensityRTD]] 1000;//Returns 1.11096</code>|EXAMPLE2=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[rotorsForcesRTD]], [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]] |= SEEALSO
| [[rotorsForcesRTD]], [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:28, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns air density in given altitude
Groups:
Uncategorised

Syntax

Syntax:
airDensityRTD altitude
Parameters:
altitude : Number
Return Value:
Number

Examples

Example 1:
_density = airDensityRTD 0;//Returns 1.22406
Example 2:
_density = airDensityRTD 1000;//Returns 1.11096

Additional Information

See also:
rotorsForcesRTDrotorsRpmRTDweightRTDwingsForcesRTD

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

Notes

Bottom Section