collectiveRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| TKOH |Game name=
| TKOH |Game name=
Line 13: Line 12:


|version2=1.34|Game2 version=
|version2=1.34|Game2 version=
____________________________________________________________________________________________


|Returns the current position of a helicopter's collective pitch control.
|Returns the current position of a helicopter's collective pitch control.
Line 19: Line 17:
* 1: fully raised  
* 1: fully raised  
{{Feature|afm}} |DESCRIPTION=
{{Feature|afm}} |DESCRIPTION=
____________________________________________________________________________________________


| [[collectiveRTD]] helicopterRTD |SYNTAX=
| [[collectiveRTD]] helicopterRTD |SYNTAX=
Line 26: Line 23:


| [[Number]] |RETURNVALUE=
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>_collective = [[collectiveRTD]] [[vehicle]] [[player]];</code> |EXAMPLE1=
|x1= <code>_collective = [[collectiveRTD]] [[vehicle]] [[player]];</code> |EXAMPLE1=

Revision as of 01:32, 17 January 2021

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