ctrlAngle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description)
No edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Gets array of rotation info of a '''3D'''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 3D control.
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