setAirplaneThrottle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Some wiki formatting)
 
Line 4: Line 4:
|version1= 1.70
|version1= 1.70


|arg=
|arg= local


|gr1= Object Manipulation
|gr1= Object Manipulation


|descr= Sets a wanted throttle position, works only on player's vehicle.
|descr= Sets a wanted throttle position - works only on [[player]]'s vehicle.


|s1= airplane [[setAirplaneThrottle]] value
|s1= airplane [[setAirplaneThrottle]] value
Line 14: Line 14:
|p1= airplane: [[Object]]
|p1= airplane: [[Object]]


|p2= value: [[Number]] - Wanted throttle
|p2= value: [[Number]] - wanted throttle


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>_vehicle [[setAirplaneThrottle]] 0.5</code>
|x1= <sqf>vehicle player setAirplaneThrottle 0.5;</sqf>


|seealso= [[airplaneThrottle]]
|seealso= [[airplaneThrottle]]
}}
}}

Latest revision as of 22:46, 7 May 2022

Hover & click on the images for description

Description

Description:
Sets a wanted throttle position - works only on player's vehicle.
Groups:
Object Manipulation

Syntax

Syntax:
airplane setAirplaneThrottle value
Parameters:
airplane: Object
value: Number - wanted throttle
Return Value:
Nothing

Examples

Example 1:
vehicle player setAirplaneThrottle 0.5;

Additional Information

See also:
airplaneThrottle

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