airDensityRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.34 | |||
|gr1= RTD | |gr1= RTD | ||
|descr= | |descr= Returns air density in given altitude. {{Feature|afm}} | ||
| | |s1= [[airDensityRTD]] altitude | ||
| | |p1= altitude: [[Number]] | ||
| | |r1= [[Number]] | ||
| | |x1= <code>_density = [[airDensityRTD]] 0; {{cc|returns 1.22406}}</code> | ||
|x2= <code>_density = [[airDensityRTD]] 1000; {{cc|Returns 1.11096}}</code> | |||
|x2= <code>_density = [[airDensityRTD]] 1000; | |||
|seealso= [[rotorsForcesRTD]], [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]] | |seealso= [[rotorsForcesRTD]], [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]] | ||
}} | }} |
Revision as of 22:54, 13 June 2021
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
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