WR DestroyObject

From Dragon Age Toolset Wiki
Revision as of 22:56, 9 February 2010 by BryanDerksen (Talk | contribs) (possible caveat.)

Jump to: navigation, search


void WR_DestroyObject(
object oObject
);
Parameters:
oObject
Object to destroy
Returns:

Nothing.

Source:

Core Resources.wrappers_h


Remarks

This function simply calls DestroyObject, which can be unsafe in some circumstances. See Safe Destroy Object.