getWingsOrientationRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game name=" to "|Game name= |gr1= RTD |GROUP1= ")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| TKOH |Game name=
|game1= tkoh
|version1= 1.00


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


|descr= Returns orientation of horizontal stabilizers.{{Feature|afm}}


|s1= [[getWingsOrientationRTD]] RTD_helicopter


|1.00|Game version=
|p1= RTD_helicopter: [[Object]]
| game2= arma 3 |Game2name=
|version2=1.34|Game 2 Version=
____________________________________________________________________________________________


| Returns orientation of horizontal stabilizers.{{Feature AFM}} |DESCRIPTION=
|r1= [[Number]]
____________________________________________________________________________________________


| [[getWingsOrientationRTD]] RTD_helicopter |SYNTAX=
|x1= <sqf>_orientation = getWingsOrientationRTD myHelicopter;</sqf>
 
|p1= RTD_helicopter: [[Object]] |PARAMETER1=
 
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>_orientation = [[getWingsOrientationRTD]] myHelicopter;</code> |EXAMPLE1=
____________________________________________________________________________________________
 
| [[getWingsPositionRTD]] |SEEALSO=


|seealso= [[getWingsPositionRTD]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: RTD]]

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns orientation of horizontal 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:
getWingsOrientationRTD RTD_helicopter
Parameters:
RTD_helicopter: Object
Return Value:
Number

Examples

Example 1:
_orientation = getWingsOrientationRTD myHelicopter;

Additional Information

See also:
getWingsPositionRTD

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