rotorsForcesRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created)
 
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= ")
(37 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma 3 dev|= Game name
|game1= arma3
|version1= 1.34


|1.33|= Game version
|gr1= RTD
____________________________________________________________________________________________


| Returns force produced by rotors. |= Description
|descr=Returns force produced by rotors.{{Feature|afm}}
____________________________________________________________________________________________


| [[rotorsForcesRTD]] RTD_helicopter |= Syntax
|s1= [[rotorsForcesRTD]] RTD_helicopter


|p1= RTD_helicopter: [[Object]] |= Parameter
|p1= RTD_helicopter: [[Object]] |= Parameter


| [[Array]] |= RETURNVALUE
|r1= [[Array]]


|x1= <code>_rotorForces = [[rotorsForcesRTD]] _taru// Returns [[-465.981,351.941,45960.5],[-469.079,397.451,46933.3]]</code>


|x1= <code>_rotorForces = [[rotorsForcesRTD]] _taru// Returns [[-465.981,351.941,45960.5],[-469.079,397.451,46933.3]]</code>|= EXAMPLE1
|seealso= [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]], [[airDensityRTD]]
}}


____________________________________________________________________________________________


|  |= SEEALSO
<dl class="command_description">


| |= MPBEHAVIOUR
<dt></dt>
____________________________________________________________________________________________
<dd class="notedate">Posted on November 4, 2014 - 02:00 (UTC)</dd>
}}
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">There is no official information I can find on what these values mean. According to my testing on the Mi-290 Taru, here is what I have come up with:
<code>[[<span style="color:red">rotor 1 roll +right/-left</span>, <span style="color:green">rotor 1 pitch +down/-up</span>, <span style="color:blue">rotor 1 collective +up/-down</span>],
[<span style="color:red">rotor 2 roll +right/-left</span>,<span style="color:green">rotor 2 pitch +down/-up</span>,<span style="color:blue">rotor 2 collective +up/-down</span>]]</code>
When yawing left and right, rotor 1 and 2 collective differ from each other. This is normal behaviour with coaxial rotors. Yawing right increase rotor 1 collective and decreases rotor 2 collective. Yawing left does the opposite. Rotor 1 in this example seems to be the bottom rotor.
</dd>


<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: RTD|{{uc:{{PAGENAME}}}}]]

Revision as of 23:26, 19 June 2021

Hover & click on the images for description

Description

Description:
Returns force produced by rotors.
Advanced Helicopter Flight Model
For this command to have any effect, the Advanced Flight Model (AFM) has to be enabled. AFM status can be checked with difficultyEnabledRTD.
Groups:
RTD

Syntax

Syntax:
rotorsForcesRTD RTD_helicopter
Parameters:
RTD_helicopter: Object
Return Value:
Array

Examples

Example 1:
_rotorForces = rotorsForcesRTD _taru// Returns [[-465.981,351.941,45960.5],[-469.079,397.451,46933.3]]

Additional Information

See also:
rotorsRpmRTDweightRTDwingsForcesRTDairDensityRTD

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


Posted on November 4, 2014 - 02:00 (UTC)
Benargee
There is no official information I can find on what these values mean. According to my testing on the Mi-290 Taru, here is what I have come up with: [[rotor 1 roll +right/-left, rotor 1 pitch +down/-up, rotor 1 collective +up/-down], [rotor 2 roll +right/-left,rotor 2 pitch +down/-up,rotor 2 collective +up/-down]] When yawing left and right, rotor 1 and 2 collective differ from each other. This is normal behaviour with coaxial rotors. Yawing right increase rotor 1 collective and decreases rotor 2 collective. Yawing left does the opposite. Rotor 1 in this example seems to be the bottom rotor.