- Joined
- Nov 25, 2008
- Messages
- 1,309
If I have a hashtable (udg_Hash), and I store entries in it that are indexed by
GetHandleId
and other entries that are indexed by GetUnitTypeId
will a collision occur, or is the range of handle ids different from the range of type ids? If they are different than I can store data about several unit types, as well as instance data for those units.