allControls: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= GUI Control |GROUP1= ")
(Fix description)
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.38


| 1.38 |Game version=
|gr1= GUI Control


|gr1= GUI Control |GROUP1=
|descr= Returns a list of all controls in the provided display or controls group, including "sub"-controls from other [[CT_CONTROLS_GROUP]]s.


|s1= [[allControls]] display


|p1= display: [[Display]]


|gr1= GUI Control |=GROUP1
|r1= [[Array]] of [[Control]]s
____________________________________________________________________________________________


| Returns a list of all controls for desired existing display. Returned controls also include controls from control groups |DESCRIPTION=
|s2= [[allControls]] controlsGroup
____________________________________________________________________________________________


|s2since= arma3 2.04


| '''allControls''' display |SYNTAX=
|p21= controlsGroup: [[Control]] - [[CT_CONTROLS_GROUP]]


|p1= display: [[Display]]|=
|r2= [[Array]] of [[Control]]s


| [[Array]] of [[Control]]s |RETURNVALUE=  
|x1= <sqf>_allCtrls = allControls findDisplay 46;</sqf>
____________________________________________________________________________________________


| x1= <code>_allCtrls = [[allControls]] [[findDisplay]] 46;</code>|EXAMPLE1=
|x2= <sqf>_allSubCtrls = allControls _myControlsGroup;</sqf>
____________________________________________________________________________________________


| [[allDisplays]], [[controlsGroupCtrl]], [[ctrlCreate]], [[allVariables]], [[allCurators]], [[allGroups]], [[allDead]], [[allDeadMen]] |SEEALSO=
|seealso= [[allDisplays]] [[controlsGroupCtrl]] [[ctrlCreate]] [[allVariables]] [[allCurators]] [[allGroups]] [[allDead]] [[allDeadMen]]
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[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 00:03, 5 February 2024

Hover & click on the images for description

Description

Description:
Returns a list of all controls in the provided display or controls group, including "sub"-controls from other CT_CONTROLS_GROUPs.
Groups:
GUI Control

Syntax

Syntax:
allControls display
Parameters:
display: Display
Return Value:
Array of Controls

Alternative Syntax

Syntax:
allControls controlsGroup
Parameters:
controlsGroup: Control - CT_CONTROLS_GROUP
Return Value:
Array of Controls

Examples

Example 1:
_allCtrls = allControls findDisplay 46;
Example 2:
_allSubCtrls = allControls _myControlsGroup;

Additional Information

See also:
allDisplays controlsGroupCtrl ctrlCreate allVariables allCurators allGroups allDead allDeadMen

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