ctrlAngle: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (return value formatted for HEMTT)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|arma3
|game1= arma3
|version1= 1.52


|1.52
|gr1= GUI Control - Positioning


|gr1= GUI Control
|descr= Gets rotation info of a control set as {{hl|ST_PICTURE}}. Supported control types:
* [[CT_STATIC]]
* {{GVI|arma3|2.10|size= 0.75}} [[CT_ACTIVETEXT]]


| Gets rotation info of an <tt>ST_PICTURE</tt> control.
|s1= [[ctrlAngle]] control


| [[ctrlAngle]] control
|p1= control: [[Control]] - picture control


|p1= control : [[Control]] - picture control
|r1= [[Array]] with [angle, centerX, centerY]
* angle: [[Number]]
* centerX: [[Number]]
* centerY: [[Number]]


| [[Array]] - format [angle, centerX, centerY]
|x1= <sqf>ctrlAngle _control;</sqf>


|x1= <code>[[ctrlAngle]] _control;</code>
|seealso= [[ctrlSetAngle]]
 
| [[ctrlSetAngle]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 19:04, 3 May 2026

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 with [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.
Only post proven facts here! Add Note