- Joined
- Aug 27, 2011
- Messages
- 41
I was wondering when using a function like
when you load using
when you null the unit out at the end does it also null the hash's field as well? Does it still contain the variable place holder, or since it saves the handle which is a integer does it not need to be nulled?
Code:
SaveUnitHandle(hash, GetHandleId(timer), 0, unit)
when you load using
Code:
unit = LoadUnitHandle(hash, GetHandleId(timer), 0)
when you null the unit out at the end does it also null the hash's field as well? Does it still contain the variable place holder, or since it saves the handle which is a integer does it not need to be nulled?