airDensityRTD: 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 - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
(24 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| | |game1= arma3 | ||
|version1= 1.34 | |||
|gr1= RTD | |gr1= RTD | ||
|descr= Returns air density in given altitude. {{Feature|afm}} | |||
|s1= [[airDensityRTD]] altitude | |||
| | |p1= altitude: [[Number]] | ||
| | |r1= [[Number]] | ||
| | |x1= <sqf>_density = airDensityRTD 0; // returns 1.22406</sqf> | ||
| | |x2= <sqf>_density = airDensityRTD 1000; // Returns 1.11096</sqf> | ||
| | |seealso= [[rotorsForcesRTD]] [[rotorsRpmRTD]] [[weightRTD]] [[wingsForcesRTD]] | ||
}} | }} | ||
Latest revision as of 10:21, 13 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:
- Example 2:
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