setRotorBrakeRTD: 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


|gr1= RTD |GROUP1=
|gr1= RTD






|1.00|Game version=
|1.00


| game2= arma 3 |Game2name=
| game2= arma 3 |Game2name=
Line 15: Line 15:
* 0: off
* 0: off
* 1: on  
* 1: on  
{{Feature|afm}}|DESCRIPTION=
{{Feature|afm}}


| helicopterRTD '''setRotorBrakeRTD''' enable|SYNTAX=
| helicopterRTD '''setRotorBrakeRTD''' enable


|p1= helicopterRTD : [[ObjectRTD]] - helicopter |PARAMETER1=
|p1= helicopterRTD : [[ObjectRTD]] - helicopter
|p2= enable : [[Number]] - on or off |PARAMETER2=
|p2= enable : [[Number]] - on or off


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


|x1= <code>myHelicopterRTD [[setRotorBrakeRTD]] 1;</code> |EXAMPLE1=
|x1= <code>myHelicopterRTD [[setRotorBrakeRTD]] 1;</code>


| [[getRotorBrakeRTD]] |SEEALSO=
| [[getRotorBrakeRTD]]


}}
}}

Revision as of 12:12, 18 January 2021

Hover & click on the images for description

Description

Description:
Toggle a helicopter's rotor brake on or off.
  • 0: off
  • 1: on
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 setRotorBrakeRTD enable
Parameters:
helicopterRTD : ObjectRTD - helicopter
enable : Number - on or off
Return Value:
Nothing

Examples

Example 1:
myHelicopterRTD setRotorBrakeRTD 1;

Additional Information

See also:
getRotorBrakeRTD

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