ctrlAngle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
|arma3 | |arma3 | ||
|1.52 | |1.52 | ||
|gr1= GUI Control | |gr1= GUI Control | ||
| Gets rotation info of an <tt>ST_PICTURE</tt> control. | | Gets rotation info of an <tt>ST_PICTURE</tt> control. | ||
| [[ctrlAngle]] control | | [[ctrlAngle]] control | ||
|p1= control : [[Control]] - picture control | |p1= control : [[Control]] - picture control | ||
| [[Array]] - format [angle, centerX, centerY] | | [[Array]] - format [angle, centerX, centerY] | ||
| [[ctrlSetAngle]] | |x1= <code>[[ctrlAngle]] _control;</code> | ||
| [[ctrlSetAngle]] | |||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} |
Revision as of 00:12, 18 January 2021
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