setBrakesRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| TKOH |Game name= | | TKOH |Game name= | ||
Line 9: | Line 8: | ||
|1.00|Game version= | |1.00|Game version= | ||
| Enable landing gear wheel brakes for a helicopter. | | Enable landing gear wheel brakes for a helicopter. | ||
Line 20: | Line 18: | ||
{{Feature|afm}} | {{Feature|afm}} | ||
{{Informative|This command is implemented, but not fully supported.}} |DESCRIPTION= | {{Informative|This command is implemented, but not fully supported.}} |DESCRIPTION= | ||
| helicopterRTD '''setBrakesRTD''' [value, wheelIndex]|SYNTAX= | | helicopterRTD '''setBrakesRTD''' [value, wheelIndex]|SYNTAX= | ||
Line 29: | Line 26: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>myHelicopterRTD [[setBrakesRTD]] [1, 3];</code> |= | |x1= <code>myHelicopterRTD [[setBrakesRTD]] [1, 3];</code> |= |
Revision as of 02:29, 17 January 2021
Description
- Description:
- Enable landing gear wheel brakes for a helicopter.
- value 0: brakes off
- value 1: brakes on
- index 1: left wheels
- index 2: right wheels
- index 3: both sides
- Groups:
- RTD
Syntax
- Syntax:
- helicopterRTD setBrakesRTD [value, wheelIndex]
- Parameters:
- helicopterRTD: ObjectRTD - helicopter
- value: Number - value of the brakes
- wheelIndex: Number - wheel index
- Return Value:
- Nothing
Examples
- Example 1:
myHelicopterRTD setBrakesRTD [1, 3];
Additional Information
- See also:
- See also needed
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