airplaneThrottle: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " \| ?\[\[([a-zA-Z0-9]+)\]\] *\|x1=" to " |r1= $1  |x1=") | Lou Montana (talk | contribs)  m (Text replacement - "<dl class="command_description"> <dt></dt>" to "<dl class="command_description">  <dt></dt>") | ||
| Line 16: | Line 16: | ||
| <dl class="command_description"> | <dl class="command_description"> | ||
| <dt></dt> | <dt></dt> | ||
| <dd class="notedate">Posted on 10:18, 4 January 2020 (CET)</dd> | <dd class="notedate">Posted on 10:18, 4 January 2020 (CET)</dd> | ||
Revision as of 13:27, 12 June 2021
Description
- Description:
- Description needed
- Groups:
- Object Manipulation
Syntax
- Syntax:
- Syntax needed
- Parameters:
- airplane: Object -
- Return Value:
- Number
Examples
- Example 1:
- _trottle = airplaneThrottle myPlane
Additional Information
- See also:
- setAirplaneThrottle
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
- Posted on 10:18, 4 January 2020 (CET)
- POLPOX
- 
The value that set by setAirplaneThrottle =/= the value that can be get by airplaneThrottle when the plane's config throttleToThrustLogFactor isn't 1.
 There're two planes in Vanilla Arma 3 that the value isn't 1, which are V-44 Blackfish and Y-32 Xi'an.vehicle player setAirplaneThrottle 0.5; airplaneThrottle vehicle player; // 0.793701 if the value is 3 airplaneThrottle vehicle player^(getNumber (configFile >> "CfgVehicles" >> typeOf vehicle player >> "throttleToThrustLogFactor")); // 0.5
