collectiveRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
No edit summary
Line 43: Line 43:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{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 12:28, 10 August 2019


Hover & click on the images for description

Description

Description:
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

Notes

Bottom Section

Posted on August 10, 2019 - 10:28 (UTC)
fusselwurm
does not work with Arma3 BFM (basic flight model), always returns 0