controlsGroupCtrl: 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.42 |Game version=
| 1.42


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


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


| ctrlgrp [[controlsGroupCtrl]] idc |SYNTAX=
| ctrlgrp [[controlsGroupCtrl]] idc


|p1= ctrlgrp: [[Control]]|Parameter1=
|p1= ctrlgrp: [[Control]]


|p2= idc: [[Number]]|Parameter2=
|p2= idc: [[Number]]


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


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


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


|  |MPBEHAVIOUR=
|  |MPBEHAVIOUR=

Revision as of 01:11, 18 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