setAirplaneThrottle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
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...)
m (Some wiki formatting)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command
|arma3|= Game
 
|1.70
|game1= arma3
|arg=
|version1= 1.70
|eff=
 
|arg= local


|gr1= Object Manipulation
|gr1= Object Manipulation
| Sets a wanted throttle position, works only on player's vehicle.
| airplane [[setAirplaneThrottle]] value
|p1= airplane: [[Object]] -
|p2= value: [[Number]] - Wanted throttle
|p3=
|p4=
|p5=
|p6=
| [[Nothing]]
|x1= <code>_vehicle [[setAirplaneThrottle]] 0.5</code>
| [[airplaneThrottle]]
}}


<dl class='command_description'>
|descr= Sets a wanted throttle position - works only on [[player]]'s vehicle.
<!-- BEGIN Note Section -->
 
<!-- For example:
|s1= airplane [[setAirplaneThrottle]] value
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
 
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
|p1= airplane: [[Object]]
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
 
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
|p2= value: [[Number]] - wanted throttle
-->
<!-- END Note Section -->
</dl>


<h3 style='display:none'>Bottom Section</h3>
|r1= [[Nothing]]


|x1= <sqf>vehicle player setAirplaneThrottle 0.5;</sqf>


{{GameCategory|arma3|Scripting Commands}}
|seealso= [[airplaneThrottle]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}

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