ctrlAngle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}")
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
|gr1= GUI Control - Positioning
|gr1= GUI Control - Positioning


|descr= Gets rotation info of an {{hl|ST_PICTURE}} control.
|descr= Gets rotation info of a control set as {{hl|ST_PICTURE}}. Supported control types:
* [[CT_STATIC]]
* [[CT_ACTIVETEXT]] (Since Arma 3 v2.09.149642)


|s1= [[ctrlAngle]] control
|s1= [[ctrlAngle]] control
Line 12: Line 14:
|p1= control : [[Control]]  - picture control
|p1= control : [[Control]]  - picture control


|r1= [[Array]] - format [angle, centerX, centerY]
|r1= [[Array]] of [[Number]]s in format [angle, centerX, centerY]


|x1= <code>[[ctrlAngle]] _control;</code>
|x1= <sqf>ctrlAngle _control;</sqf>


|seealso= [[ctrlSetAngle]]
|seealso= [[ctrlSetAngle]]
}}
}}

Latest revision as of 22:26, 28 September 2023

Hover & click on the images for description

Description

Description:
Gets rotation info of a control set as ST_PICTURE. Supported control types:
Groups:
GUI Control - Positioning

Syntax

Syntax:
ctrlAngle control
Parameters:
control : Control - picture control
Return Value:
Array of Numbers in format [angle, centerX, centerY]

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