airplaneThrottle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 99778 by shukari on 2017-05-16T15:50:00Z)
m (template:command argument fix)
Line 6: Line 6:
|eff=  |= Multiplayer Effects
|eff=  |= Multiplayer Effects
____________________________________________________________________________________________
____________________________________________________________________________________________
| Returns throttle position. Works only on player's vehicle.|= Description
| Returns throttle position. Works only on player's vehicle.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| '''airplaneThrottle''' airplane |= Syntax
| '''airplaneThrottle''' airplane |SYNTAX=
|p1= airplane: [[Object]] - |= Parameter 1
|p1= airplane: [[Object]] - |= Parameter 1
|p2=  |= Parameter 2
|p2=  |= Parameter 2
Line 15: Line 15:
|p5=  |= Parameter 5
|p5=  |= Parameter 5
|p6=  |= Parameter 6
|p6=  |= Parameter 6
| [[Number]]  |= Return Value
| [[Number]]  |RETURNVALUE=
|x1= <code>_trottle = '''airplaneThrottle''' myPlane </code> |= Example 1
|x1= <code>_trottle = '''airplaneThrottle''' myPlane </code> |= Example 1
| - |= See Also
| - |SEEALSO=
}}
}}



Revision as of 12:25, 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