Difference between revisions of "getWingsPositionRTD"

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
m (template:command argument fix)
Line 7: Line 7:
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| Returns position of stabilizers. |= Description
+
| Returns position of stabilizers. |DESCRIPTION=
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| [[getWingsPositionRTD]] RTD_helicopter |= Syntax
+
| [[getWingsPositionRTD]] RTD_helicopter |SYNTAX=
  
|p1= RTD_helicopter: [[Object]] |= Parameter 1
+
|p1= RTD_helicopter: [[Object]] |PARAMETER1=
  
| [[Number]] |= Return value
+
| [[Number]] |RETURNVALUE=
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
 
   
 
   
|x1= <code>_position = [[getWingsPositionRTD]] myHelicopter;</code> |= Example 1
+
|x1= <code>_position = [[getWingsPositionRTD]] myHelicopter;</code> |EXAMPLE1=
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| [[getWingsOrientationRTD]] |= See also
+
| [[getWingsOrientationRTD]] |SEEALSO=
  
 
}}
 
}}

Revision as of 14:40, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns position of stabilizers.
Groups:
Uncategorised

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

Notes

Bottom Section