setAirplaneThrottle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command
|arma3|= Game
|arma3|= Game
|1.70|Game Version=
|1.70
|arg=  |Multiplayer Arguments=
|arg=
|eff=  |Multiplayer Effects=
|eff=


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation
| Sets a wanted throttle position, works only on player's vehicle. |DESCRIPTION=
| Sets a wanted throttle position, works only on player's vehicle.
| airplane [[setAirplaneThrottle]] value |SYNTAX=
| airplane [[setAirplaneThrottle]] value
|p1= airplane: [[Object]] - |PARAMETER1=
|p1= airplane: [[Object]] -
|p2= value: [[Number]] - Wanted throttle |PARAMETER2=
|p2= value: [[Number]] - Wanted throttle
|p3=  |PARAMETER3=
|p3=
|p4=  |PARAMETER4=
|p4=
|p5=  |PARAMETER5=
|p5=
|p6=  |PARAMETER6=
|p6=
| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
|x1= <code>_vehicle [[setAirplaneThrottle]] 0.5</code> |EXAMPLE1=
|x1= <code>_vehicle [[setAirplaneThrottle]] 0.5</code>
| [[airplaneThrottle]] |SEEALSO=
| [[airplaneThrottle]]
}}
}}



Revision as of 12:03, 18 January 2021

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

Bottom Section