- Joined
- Oct 24, 2012
- Messages
- 6,545
My question is will GetHandleId() and GetUnitTypeId() ever collide with the same integer when being used in hashtable ?
example:
Thanks for help
example:
JASS:
call SaveInteger( hash, GetHandleId(), 0, int)
call SaveInteger( hash, GetUnitTypeId(), 0, int)
Thanks for help
Last edited by a moderator: