# Remove Unit Group From Control Group
Grammar — Remove unitGroup from control group controlGroup|Group Number for player player
Flags —Native
|Action
Removes a unit group from a control group for a player.
# Arguments
int
— Playerint
— Control Groupunitgroup
— Unit Group
Returns — void
native void UnitControlGroupRemoveUnits(
int inPlayer,
int inGroup,
unitgroup inUnits,
);
# Related
Category: Selection / Control Groups
- Control Group Units —
unitgroup
— UnitControlGroup - Copy Unit Control Groups —
void
— libNtve_gf_CopyUnitControlGroups - Add Unit To Control Group —
void
— UnitControlGroupAddUnit - Add Unit Group To Control Group —
void
— UnitControlGroupAddUnits - Remove Unit From Control Group —
void
— UnitControlGroupRemoveUnit - Remove Unit Group From Control Group —
void
— UnitControlGroupRemoveUnits - Clear Control Group —
void
— UnitControlGroupClear
# Examples
— None found —