numberOfEnginesRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{Feature[ _]AFM" to "{{Feature|AFM")
m (Text replacement - "{{Feature|AFM}}" to "{{Feature|afm}}")
Line 15: Line 15:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the number of engines a helicopter has. {{Feature|AFM}} |DESCRIPTION=
| Returns the number of engines a helicopter has. {{Feature|afm}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 13:32, 27 December 2020

Hover & click on the images for description

Description

Description:
Returns the number of engines a helicopter has.
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:
numberOfEnginesRTD helicopterRTD
Parameters:
helicopterRTD: ObjectRTD - helicopter
Return Value:
Number

Examples

Example 1:
_engineCount = numberOfEnginesRTD vehicle player;

Additional Information

See also:
See also needed

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