setRotorBrakeRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Cat RTD)
m (fixed parameters for hemtt)
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands]]
{{RV|type=command


{{Command|= Comments
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| TKOH |= Game name
|game2= arma3
|version2= 1.34


|1.00|= Game version
|gr1= RTD
____________________________________________________________________________________________


| Toggle a helicopter's rotor brake on or off.
|descr= Toggles a helicopter's rotor brake. {{Feature|afm}}
* 0: off
* 1: on |= Description
____________________________________________________________________________________________


| helicopterRTD '''setRotorBrakeRTD''' enable|= Syntax
|s1= helicopterRTD [[setRotorBrakeRTD]] enable


|p1= helicopterRTD : [[ObjectRTD]] - helicopter |= Parameter 1
|p1= helicopterRTD : [[Object]] - helicopter
|p2= enable : [[Number]] - on or off |= Parameter 2


| [[Nothing]] |= Return value
|p2= enable: [[Number]] - can be:
____________________________________________________________________________________________
* 0: off
* 1: on


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


| - |= See also
|x1= <sqf>myHelicopterRTD setRotorBrakeRTD 1;</sqf>


|seealso= [[getRotorBrakeRTD]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: RTD|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:41, 7 April 2024

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