airplaneThrottle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________
| '''airplaneThrottle''' airplane |SYNTAX=
| '''airplaneThrottle''' airplane |SYNTAX=
|p1= airplane: [[Object]] - |= Parameter 1
|p1= airplane: [[Object]] - |PARAMETER1=
|p2=  |= Parameter 2
|p2=  |PARAMETER2=
|p3=  |= Parameter 3
|p3=  |PARAMETER3=
|p4=  |= Parameter 4
|p4=  |PARAMETER4=
|p5=  |= Parameter 5
|p5=  |PARAMETER5=
|p6=  |= Parameter 6
|p6=  |PARAMETER6=
| [[Number]]  |RETURNVALUE=
| [[Number]]  |RETURNVALUE=
|x1= <code>_trottle = '''airplaneThrottle''' myPlane </code> |= Example 1
|x1= <code>_trottle = '''airplaneThrottle''' myPlane </code> |EXAMPLE1=
| - |SEEALSO=
| - |SEEALSO=
}}
}}

Revision as of 15:27, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns throttle position. Works only on player's vehicle.
Groups:
Uncategorised

Syntax

Syntax:
airplaneThrottle airplane
Parameters:
airplane: Object -
Return Value:
Number

Examples

Example 1:
_trottle = airplaneThrottle myPlane

Additional Information

See also:
-

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

Bottom Section