getRotorBrakeRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= * " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| TKOH | | TKOH | ||
|gr1= RTD | |gr1= RTD | ||
|1.00 | |1.00 | ||
| game2= arma 3 |Game2name= | | game2= arma 3 |Game2name= | ||
Line 13: | Line 13: | ||
| Returns if rotor break is on. | | Returns if rotor break is on. | ||
{{Feature|afm}} | {{Feature|afm}} | ||
| [[getRotorBrakeRTD]] helicopter | | [[getRotorBrakeRTD]] helicopter | ||
|p1= helicopter : [[Object]] | |p1= helicopter : [[Object]] | ||
| [[Boolean]] - [[true]] if on, otherwise [[false]] | | [[Boolean]] - [[true]] if on, otherwise [[false]] | ||
|x1= <code>_isOn = [[getRotorBrakeRTD]] _heli;</code> | |x1= <code>_isOn = [[getRotorBrakeRTD]] _heli;</code> | ||
|[[setRotorBrakeRTD]] | |[[setRotorBrakeRTD]] | ||
}} | }} | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> |
Revision as of 00:45, 18 January 2021
Description
- Description:
- Returns if rotor break is on.
- Groups:
- RTD
Syntax
- Syntax:
- getRotorBrakeRTD helicopter
- Parameters:
- helicopter : Object
- Return Value:
- Boolean - true if on, otherwise false
Examples
- Example 1:
_isOn = getRotorBrakeRTD _heli;
Additional Information
- See also:
- setRotorBrakeRTD
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