# Remove Unit Group From Control Group

Grammar — Remove unitGroup from control group controlGroup|Group Number for player player
FlagsNative | Action

Removes a unit group from a control group for a player.

# Arguments

  • int — Player
  • int — Control Group
  • unitgroup — Unit Group

Returns — void

native void UnitControlGroupRemoveUnits(
	int inPlayer,
	int inGroup,
	unitgroup inUnits,
);

Category: Selection / Control Groups

# Examples

— None found —