enginesTorqueRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \|x1=" to "\|r1=$1 \|x1=") |
BrettMayson (talk | contribs) mNo edit summary |
||
(20 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{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]] | |||
|seealso= [[isObjectRTD]] | |||
}} | }} | ||
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