airDensityCurveRTD

From Bohemia Interactive Community
Revision as of 22:21, 7 May 2022 by Lou Montana (talk | contribs) (Text replacement - "<code>\[\[private\]\] _([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>private _$1 = $2;</sqf>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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