setActualCollectiveRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
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...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| TKOH |Game name=
| TKOH


|1.00|Game version=
|1.00


|game2= arma 3 |GAME=
|game2= arma 3 |GAME=
Line 9: Line 9:
|version2=1.34|VERSION=  
|version2=1.34|VERSION=  


|gr1= RTD |GROUP1=
|gr1= RTD


| Sets the collective pitch control to a specific position, regardless of input devices (until those are changed).
| Sets the collective pitch control to a specific position, regardless of input devices (until those are changed).
Line 15: Line 15:
* ~0.7: approximate stable hover position
* ~0.7: approximate stable hover position
* 1: collective fully up  
* 1: collective fully up  
{{Feature|afm}}|DESCRIPTION=
{{Feature|afm}}


| helicopterRTD [[setActualCollectiveRTD]] value|SYNTAX=
| helicopterRTD [[setActualCollectiveRTD]] value


|p1= helicopterRTD : [[ObjectRTD]] - helicopter |PARAMETER1=
|p1= helicopterRTD : [[ObjectRTD]] - helicopter
|p2= value: [[Number]] - collective position |PARAMETER2=
|p2= value: [[Number]] - collective position


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= <code>myHelicopterRTD [[setActualCollectiveRTD]] 0.7;</code> |EXAMPLE1=
|x1= <code>myHelicopterRTD [[setActualCollectiveRTD]] 0.7;</code>


| [[collectiveRTD]] |SEEALSO=
| [[collectiveRTD]]
}}
}}



Revision as of 12:01, 18 January 2021

Hover & click on the images for description

Description

Description:
Sets the collective pitch control to a specific position, regardless of input devices (until those are changed).
  • 0: collective fully down
  • ~0.7: approximate stable hover position
  • 1: collective fully up
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:
helicopterRTD setActualCollectiveRTD value
Parameters:
helicopterRTD : ObjectRTD - helicopter
value: Number - collective position
Return Value:
Nothing

Examples

Example 1:
myHelicopterRTD setActualCollectiveRTD 0.7;

Additional Information

See also:
collectiveRTD

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