setEngineRpmRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
Line 25: | Line 25: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>myHelicopter setEngineRpmRTD [1337, -1];</sqf> | ||
|seealso= [[setWantedRPMRTD]] [[rotorsRpmRTD]] [[enginesRpmRTD]] | |seealso= [[setWantedRPMRTD]] [[rotorsRpmRTD]] [[enginesRpmRTD]] | ||
}} | }} |
Revision as of 10:24, 13 May 2022
Description
- Description:
- Sets the RPM of given engines.
- Groups:
- RTD
Syntax
- Syntax:
- helicopter setEngineRpmRTD [rpm, engineIndex]
- Parameters:
- helicopter: Object
- rpm: Number - Wanted RPM
- engineIndex: Number - Index of the engine
- engine index 0: engine #1
- engine index 1: engine #2
- engine index 2: engine #3
- engine index -1: all engines
- Return Value:
- Nothing
Examples
- Example 1:
- myHelicopter setEngineRpmRTD [1337, -1];
Additional Information
- See also:
- setWantedRPMRTD rotorsRpmRTD enginesRpmRTD
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