getWingsPositionRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {2,}\}\}" to " }}")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| TKOH
|game1= tkoh
|version1= 1.00


|gr1= RTD
|gr1= RTD
|game2= arma3
|version2=1.34


|1.00
|descr= Returns position of stabilizers.{{Feature|afm}}
| game2= arma 3 |Game2name=
|version2=1.34|Game 2 Version=


| Returns position of stabilizers.{{Feature|afm}}
|s1= [[getWingsPositionRTD]] RTD_helicopter


| [[getWingsPositionRTD]] RTD_helicopter
|p1= RTD_helicopter: [[Object]]


|p1= RTD_helicopter: [[Object]]
|r1= [[Number]]


| [[Number]]
|x1= <sqf>_position = getWingsPositionRTD myHelicopter;</sqf>
 
|x1= <code>_position = [[getWingsPositionRTD]] myHelicopter;</code>


| [[getWingsOrientationRTD]]
|seealso= [[getWingsOrientationRTD]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns position of stabilizers.
Advanced Helicopter Flight Model
For this command to have any effect, the Advanced Flight Model (AFM) has to be enabled. AFM status can be checked with difficultyEnabledRTD.
Groups:
RTD

Syntax

Syntax:
getWingsPositionRTD RTD_helicopter
Parameters:
RTD_helicopter: Object
Return Value:
Number

Examples

Example 1:
_position = getWingsPositionRTD myHelicopter;

Additional Information

See also:
getWingsOrientationRTD

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