ctrlAngle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


|arma3|Game name=
|arma3


|1.52|Game version=
|1.52


|gr1= GUI Control |GROUP1=
|gr1= GUI Control


| Gets rotation info of an <tt>ST_PICTURE</tt> control. |DESCRIPTION=
| Gets rotation info of an <tt>ST_PICTURE</tt> control.


| [[ctrlAngle]] control |SYNTAX=
| [[ctrlAngle]] control


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


| [[Array]] - format [angle, centerX, centerY]
| [[Array]] - format [angle, centerX, centerY]
|RETURNVALUE=




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


| [[ctrlSetAngle]] |SEEALSO=
|x1= <code>[[ctrlAngle]] _control;</code>
 
| [[ctrlSetAngle]]
|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
}}
}}

Revision as of 01:12, 18 January 2021

Hover & click on the images for description

Description

Description:
Gets rotation info of an ST_PICTURE control.
Groups:
GUI Control

Syntax

Syntax:
ctrlAngle control
Parameters:
control : Control - picture control
Return Value:
Array - 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

Notes


Bottom Section