setAirplaneThrottle: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2  |descr=$3")  | 
				Lou Montana (talk | contribs)  m (Some wiki formatting)  | 
				||
| Line 1: | Line 1: | ||
{{RV|type=command  | {{RV|type=command  | ||
|arma3|=   | |||
|game1= arma3  | |||
|version1= 1.70  | |||
|arg=  | |arg=  | ||
|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.  | ||
|p1= airplane: [[Object]]   | |s1= airplane [[setAirplaneThrottle]] value  | ||
|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= <code>_vehicle [[setAirplaneThrottle]] 0.5</code>  | ||
|seealso= [[airplaneThrottle]]  | |seealso= [[airplaneThrottle]]  | ||
}}  | }}  | ||
Revision as of 08:17, 14 June 2021
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