ctrlAngle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added description, example, and see also for ctrlAngle)
(description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Gets array of rotation info of the control |= Description
| Gets array of rotation info of a '''3D'''control. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 22:21, 29 August 2016

Hover & click on the images for description

Description

Description:
Gets array of rotation info of a 3Dcontrol.
Groups:
Uncategorised

Syntax

Syntax:
ctrlAngle control
Parameters:
control : Control - 3D control
Return Value:
Array - format [angle, xCenter, yCenter]

Examples

Example 1:
ctrlAngle _control;

Additional Information

See also:
ctrlSetAngle

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