collectiveRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (removed note and added template)
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the current position of a helicopter's collective pitch control.
|{{Feature AFM}}<br>Returns the current position of a helicopter's collective pitch control.
* 0: fully lowered
* 0: fully lowered
* 1: fully raised |DESCRIPTION=
* 1: fully raised |DESCRIPTION=
Line 29: Line 29:


}}
}}
<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}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on August 10, 2019 - 10:28 (UTC)</dd>
<dt class="note">[[User:fusselwurm|fusselwurm]]</dt>
<dd class="note">
does not work with Arma3 BFM (basic flight model), always returns 0
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 22:48, 11 August 2019


Hover & click on the images for description

Description

Description:
Template:Feature AFM
Returns the current position of a helicopter's collective pitch control.
  • 0: fully lowered
  • 1: fully raised
Groups:
Uncategorised

Syntax

Syntax:
collectiveRTD helicopterRTD
Parameters:
helicopterRTD: ObjectRTD - helicopter
Return Value:
Number

Examples

Example 1:
_collective = collectiveRTD (vehicle player);

Additional Information

See also:
setActualCollectiveRTD

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