- Joined
- Dec 31, 2005
- Messages
- 712
Hello everyone 
When I destroy a struct, are all its members set to 0/null when that index is recycled (that is, a new struct is created and takes its place), or are all previous values kept?
I've been having problems with members values being kept when a new struct is created, is that normal or some problem?
It's kinda boring having to create an onDestroy method just to set several members to 0 -.-
Thanks!
Hossomi
When I destroy a struct, are all its members set to 0/null when that index is recycled (that is, a new struct is created and takes its place), or are all previous values kept?
I've been having problems with members values being kept when a new struct is created, is that normal or some problem?
It's kinda boring having to create an onDestroy method just to set several members to 0 -.-
Thanks!
Hossomi