enginesTorqueRTD: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "") |
BrettMayson (talk | contribs) mNo edit summary |
||
(30 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.34 | |||
|gr1= RTD | |gr1= RTD | ||
|descr= Torque produced by engines in '''N·m''' (Newton × meter). | |||
{{Feature|afm}} | |||
|s1= [[enginesTorqueRTD]] RTD_helicopter | |||
| | |p1= RTD_helicopter: [[Object]] | ||
| | |r1= [[Array]] of [[Number]]s - torque per engine | ||
| | |x1= <sqf> | ||
_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]] | ||
}} | }} | ||
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