airDensityRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
||
Line 14: | Line 14: | ||
|r1= [[Number]] | |r1= [[Number]] | ||
|x1= <code>_density = | |x1= <code>_density = airDensityRTD 0; {{cc|returns 1.22406}}</code> | ||
|x2= <code>_density = | |x2= <code>_density = airDensityRTD 1000; {{cc|Returns 1.11096}}</code> | ||
|seealso= [[rotorsForcesRTD]] [[rotorsRpmRTD]] [[weightRTD]] [[wingsForcesRTD]] | |seealso= [[rotorsForcesRTD]] [[rotorsRpmRTD]] [[weightRTD]] [[wingsForcesRTD]] | ||
}} | }} |
Revision as of 11:01, 12 May 2022
Description
- Description:
- Returns air density in given altitude.
- Groups:
- RTD
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:
- rotorsForcesRTD rotorsRpmRTD weightRTD wingsForcesRTD
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