enginesRpmRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (added template and changed example)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns all engines RPM |DESCRIPTION=
|{{Feature AFM}} Returns all engines RPM |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 17:




|x1= <code>_UH80_E1 = ([[enginesRpmRTD]] _UH80) [[select]] 0;//engine 1 RPM
|x1= <code>[[enginesRpmRTD]] [[params]] ["_RPMEngine1","_RPMEngine2"];</code>|EXAMPLE1=  
_UH80_E2 = ([[enginesRpmRTD]] _UH80) [[select]] 1;//engine 2 RPM</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 23:09, 11 August 2019

Hover & click on the images for description

Description

Description:
Template:Feature AFM Returns all engines RPM
Groups:
Uncategorised

Syntax

Syntax:
enginesRpmRTD RTD_helicopter
Parameters:
RTD_helicopter: Object
Return Value:
Array

Examples

Example 1:
enginesRpmRTD params ["_RPMEngine1","_RPMEngine2"];

Additional Information

See also:
isObjectRTDenginesTorqueRTDenginesIsOnRTDairDensityRTDweightRTDwingsForcesRTD

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