2016-07-05 16:18:41 +00:00
|
|
|
params ["_display","_parent","_idc","_position","_ctrl"];
|
2016-07-04 23:52:05 +00:00
|
|
|
|
|
|
|
_ctrl = _display ctrlCreate ["RscControlsGroup", _idc, _parent];
|
|
|
|
_ctrl ctrlSetPosition _position;
|
|
|
|
_ctrl ctrlEnable false;
|
|
|
|
_ctrl ctrlCommit 0;
|
|
|
|
|
|
|
|
_ctrl
|