GroupEnumUnitsInRectCounted
- Parameters
-
whichGroup group
r rect
filter boolexpr
countLimit integer
- bug
Causes irregular behavior when used with large numbers.
- note
Probably countLimit doesn't work similar to
GroupEnumUnitsInRangeCounted
. Instead seeGroupEnumUnitsInRect
.- return type
nothing
- Source code
native GroupEnumUnitsInRectCounted takes group whichGroup, rect r, boolexpr filter, integer countLimit returns nothing
- Source
- group.j
- wc3modding.com
- GroupEnumUnitsInRectCounted