rotorsForcesRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
m (Text replacement - " <!-- (DIS)?CONTINUE Notes -->" to "")
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
| arma3


|gr1= RTD
|gr1= RTD


|1.34
|1.34
Line 16: Line 14:


| [[Array]]
| [[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>


 
|seealso= [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]], [[airDensityRTD]]
| [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]], [[airDensityRTD]]
 
|
}}
}}




Line 32: Line 25:




<!-- CONTINUE Notes -->
<dl class="command_description">
<dl class="command_description">
<dt></dt>
<dd class="notedate">Posted on November 4, 2014 - 02:00 (UTC)</dd>
<dd class="notedate">Posted on November 4, 2014 - 02:00 (UTC)</dd>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dt class="note">[[User:Benargee|Benargee]]</dt>
Line 42: Line 35:
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 01:53, 6 April 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
RTD

Syntax

Syntax:
Syntax needed
Parameters:
RTD_helicopter: Object
Return Value:
Return value needed

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.