HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Count Items?

11-07-2004, 07:10 PM#1
oNdizZ
Is there any "count items in rect" in gui? :S
11-07-2004, 09:34 PM#2
Arohk
Quote:
Originally Posted by oNdizZ
Is there any "count items in rect" in gui? :S

do you mean count items in region? if so, no i was already searching for this :(

you can only count items carried by hero
11-08-2004, 08:18 PM#3
Guest
In JASS there is EnumItemsInRect() function, in GUI it can be found as Actions->Items - Pick Every Item In Region And Do Multiple Actions

EDIT: oops, you said count them, not quite what you wanted, although you can make a counter this way pretty easily