controlsGroupCtrl: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| +(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) *=" to " |$1=")
m (Text replacement - "<code>_([a-zA-Z0-9_]+) += +_([a-zA-Z0-9_]+) +\[\[([a-zA-Z0-9_]+)\]\] +([0-9]+) *;?<\/code>" to "<sqf>_$1 = _$2 $3 $4;</sqf>")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.42
| 1.42


|gr1= GUI Control
|gr1= GUI Control


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


| ctrlgrp [[controlsGroupCtrl]] idc
|s1= ctrlgrp [[controlsGroupCtrl]] idc


|p1= ctrlgrp: [[Control]]
|p1= ctrlgrp: [[Control]]
Line 15: Line 14:
|p2= idc: [[Number]]
|p2= idc: [[Number]]


| [[Control]]
|r1= [[Control]]


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


|seealso= [[allDisplays]], [[allControls]], [[ctrlCreate]], [[ctrlParentControlsGroup]]
|seealso= [[allDisplays]] [[allControls]] [[ctrlCreate]] [[ctrlParentControlsGroup]]
}}
}}

Latest revision as of 22:33, 7 May 2022

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:
allDisplays allControls ctrlCreate ctrlParentControlsGroup

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