# Remove Unit Group From Unit Group Old

Grammar — Remove all units in sourceUnitGroup from targetUnitGroup
FlagsAction | Hidden

Removes all the units in the source unit group from the target unit group.

# Arguments

  • unitgroup — Source Unit Group
  • unitgroup — Target Unit Group

Returns — void

void libNtve_gf_RemoveUnitGroupFromUnitGroup(
	unitgroup lp_sourceUnitGroup,
	unitgroup lp_targetUnitGroup,
);

Category: Unit Group / Groups

# Examples

— None found —