ctrlAngle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(informations from debug console autocomplete)
 
mNo edit summary
 
(41 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


|arma3|= Game name
|game1= arma3
|version1= 1.52


|1.52|= Game version
|gr1= GUI Control - Positioning
____________________________________________________________________________________________


| WIP |= Description
|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)


| '''ctrlAngle''' control |= Syntax
|s1= [[ctrlAngle]] control
|p1= control: [[Control]] |=
| |= RETURNVALUE
____________________________________________________________________________________________


| |= SEEALSO
|p1= control : [[Control]] - picture control
| |= MPBEHAVIOUR
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
|r1= [[Array]] of [[Number]]s in format [angle, centerX, centerY]
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<!-- DISCONTINUE Notes -->


|x1= <sqf>ctrlAngle _control;</sqf>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[ctrlSetAngle]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

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