- Joined
- Nov 30, 2007
- Messages
- 1,202
Say we have to loop through 100, 500 or even 1000 units when we are looking for units that are out of mana, is there a point in indexing them instead of using
?
JASS:
set u = FirstOfGroup(g)
// or
set u = u_Index[i]