- Joined
- Dec 3, 2010
- Messages
- 162
Just wondering if anyone knows how efficient
IsUnitInGroup
native is. Does the efficiency of it drop as more units are added to the group? In that case, would a boolean array read (with an UnitIndexer of course) be more efficient in terms of determining if a certain unit is in a group?