# Units In Unit Group With Custom Value

Grammar — Units in group|Unit Group with custom value index equal to value
FlagsFunction

# Arguments

  • unitgroup — Group
  • int — Index
  • fixed — Value

Returns — unitgroup

unitgroup libNtve_gf_UnitsInUnitGroupWithCustomValue(
	unitgroup lp_group,
	int lp_index,
	fixed lp_value,
);

Category: Unit Group / Useful Unit Groups

# Examples

# campaigns/swarm.sc2campaign

MapScript.galaxy

// L636
libNtve_gf_UnitsInUnitGroupWithCustomValue(gv_virophages, 1, 0.0)
// L636
libNtve_gf_UnitsInUnitGroupWithCustomValue(gv_virophages, 1, 0.0)