rotorsForcesRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|1.34|Game version= | |1.34|Game version= | ||
|Returns force produced by rotors.{{Feature|afm}}|DESCRIPTION= | |Returns force produced by rotors.{{Feature|afm}}|DESCRIPTION= | ||
| [[rotorsForcesRTD]] RTD_helicopter |SYNTAX= | | [[rotorsForcesRTD]] RTD_helicopter |SYNTAX= | ||
Line 23: | Line 20: | ||
|x1= <code>_rotorForces = [[rotorsForcesRTD]] _taru// Returns [[-465.981,351.941,45960.5],[-469.079,397.451,46933.3]]</code>|EXAMPLE1= | |x1= <code>_rotorForces = [[rotorsForcesRTD]] _taru// Returns [[-465.981,351.941,45960.5],[-469.079,397.451,46933.3]]</code>|EXAMPLE1= | ||
| [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]], [[airDensityRTD]] |SEEALSO= | | [[rotorsRpmRTD]], [[weightRTD]], [[wingsForcesRTD]], [[airDensityRTD]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 02:11, 17 January 2021
Description
- Description:
- Returns force produced by rotors.
- 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
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
Notes
Bottom Section
- 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.