Does the Object Pool do anything to instantiated or destroyed objects?

DavidC

Active member
So I was wondering, if an object has scripts disabled, or values changed, or anything of that, does it's exact state remain the same, or does the Object Pool attempt to reset it in any manner? I wanted to verify this, since the actual code is buried in the DLL.
 
No, it doesn't reinitialize the object. It just enables/disables the object.

(You can download.the shared source on the downloads.page :))
 
Top