setRotorBrakeRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| TKOH
|game1= tkoh
 
|version1= 1.00
 
|game2= arma3
 
|version2= 1.34


|gr1= RTD
|gr1= RTD


|1.00
|descr= Toggles a helicopter's rotor brake. {{Feature|afm}}
 
|s1= helicopterRTD '''setRotorBrakeRTD''' enable


| game2= arma 3
|p1= helicopterRTD : [[Object]] - Helicopter
|version2=1.34


| Toggle a helicopter's rotor brake on or off.
|p2= enable : [[Number]] - Can be:
* 0: off
* 0: off
* 1: on  
* 1: on  
{{Feature|afm}}
| helicopterRTD '''setRotorBrakeRTD''' enable
|p1= helicopterRTD : [[ObjectRTD]] - helicopter
|p2= enable : [[Number]] - on or off


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>myHelicopterRTD [[setRotorBrakeRTD]] 1;</code>
|x1= <code>myHelicopterRTD [[setRotorBrakeRTD]] 1;</code>
Line 26: Line 27:
|seealso= [[getRotorBrakeRTD]]
|seealso= [[getRotorBrakeRTD]]
}}
}}
{{GameCategory|tkoh|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 09:51, 16 April 2021

Hover & click on the images for description

Description

Description:
Toggles a helicopter's rotor brake.
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 : Object - Helicopter
enable : Number - Can be:
  • 0: off
  • 1: on
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