controlsGroupCtrl: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


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


| Returns a child control with specified idc from a controls group |DESCRIPTION=
| Returns a child control with specified idc from a controls group |DESCRIPTION=
____________________________________________________________________________________________


| ctrlgrp [[controlsGroupCtrl]] idc |SYNTAX=
| ctrlgrp [[controlsGroupCtrl]] idc |SYNTAX=
Line 19: Line 16:


| [[Control]] |RETURNVALUE=
| [[Control]] |RETURNVALUE=
____________________________________________________________________________________________


| x1= <code>_control = _controlsGroup [[controlsGroupCtrl]] 101;</code> |EXAMPLE1=
| x1= <code>_control = _controlsGroup [[controlsGroupCtrl]] 101;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[allDisplays]], [[allControls]], [[ctrlCreate]], [[ctrlParentControlsGroup]] |SEEALSO=
| [[allDisplays]], [[allControls]], [[ctrlCreate]], [[ctrlParentControlsGroup]] |SEEALSO=

Revision as of 01:31, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns a child control with specified idc from a controls group
Groups:
GUI Control

Syntax

Syntax:
ctrlgrp controlsGroupCtrl idc
Parameters:
ctrlgrp: Control
idc: Number
Return Value:
Control

Examples

Example 1:
_control = _controlsGroup controlsGroupCtrl 101;

Additional Information

See also:
allDisplaysallControlsctrlCreatectrlParentControlsGroup

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