Does unit in range event detect 'Aloc' units?

Status
Not open for further replies.
Level 13
Joined
Mar 24, 2013
Messages
1,105
I don't understand your post.

But to your thread title the answer is no, units with locust are not see in GroupEnumUnitsInRange. If you want to see them you can use GroupEnumUnitsOfPlayer however.
 
Level 13
Joined
Mar 24, 2013
Messages
1,105
Oh.. I believe in the past, I've read that event is not as efficient/good (or something) as just checking if the unit is in range yourself.

Sorry >< I don't know if that event can see locust units, but my suspicion would be no though as its likely just doing some GroupEnum of sorts behind the scenes.

It ought to be pretty easy to check though no?
 
Level 13
Joined
Mar 24, 2013
Messages
1,105
This may or may not be relevant but it's interesting.


It should be noted that the unit enters/leaves X distance of unit event will stop the subject from emitting any auras. This is a WC3 limitation as it must hook the event to the same parts of the unit as auras must in-order to operate and so they cannot co-exist.

From this post. Problem with "unit comes within x of unit"
 
Status
Not open for further replies.
Top