enginesTorqueRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "$1$2</code>") |
BrettMayson (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 11: | Line 11: | ||
|s1= [[enginesTorqueRTD]] RTD_helicopter | |s1= [[enginesTorqueRTD]] RTD_helicopter | ||
|p1= RTD_helicopter: [[Object]] | |p1= RTD_helicopter: [[Object]] | ||
|r1= [[Array]] | |r1= [[Array]] of [[Number]]s - torque per engine | ||
|x1= < | |x1= <sqf> | ||
_UH80_E2 = (enginesTorqueRTD _UH80) select 1; // engine 2 Torque</ | _UH80_E1 = (enginesTorqueRTD _UH80) select 0; // engine 1 Torque | ||
_UH80_E2 = (enginesTorqueRTD _UH80) select 1; // engine 2 Torque | |||
</sqf> | |||
|seealso= [[isObjectRTD]] [[enginesIsOnRTD]] [[enginesRpmRTD]] [[weightRTD]] [[airDensityRTD]] [[wingsForcesRTD]] | |seealso= [[isObjectRTD]] [[enginesIsOnRTD]] [[enginesRpmRTD]] [[weightRTD]] [[airDensityRTD]] [[wingsForcesRTD]] | ||
}} | }} |
Latest revision as of 21:38, 26 September 2024
Description
- Description:
- Torque produced by engines in N·m (Newton × meter).
- Groups:
- RTD
Syntax
- Syntax:
- enginesTorqueRTD RTD_helicopter
- Parameters:
- RTD_helicopter: Object
- Return Value:
- Array of Numbers - torque per engine
Examples
- Example 1:
Additional Information
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