getEngineTargetRPMRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ") |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[private\]\] _([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>private _$1 = $2 _$3;</sqf>") |
||
Line 17: | Line 17: | ||
|r1= [[Array]] - Array of [[Number|numbers]] with the RPM of each engine | |r1= [[Array]] - Array of [[Number|numbers]] with the RPM of each engine | ||
|x1= < | |x1= <sqf>private _rpm = getEngineTargetRPMRTD _helicopter;</sqf> | ||
|seealso= [[setWantedRPMRTD]] [[rotorsRpmRTD]] [[enginesRpmRTD]] | |seealso= [[setWantedRPMRTD]] [[rotorsRpmRTD]] [[enginesRpmRTD]] | ||
}} | }} |
Revision as of 21:24, 7 May 2022
Description
- Description:
- Returns RPM of all engines.
- Groups:
- RTD
Syntax
- Syntax:
- getEngineTargetRPMRTD helicopter
- Parameters:
- helicopter: Object
- Return Value:
- Array - Array of numbers with the RPM of each engine
Examples
- Example 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