WR DestroyObject

From Dragon Age Toolset Wiki
Revision as of 14:03, 27 March 2012 by Sunjammer (Talk | contribs) (Fixing source)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[Undocumented]

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

Nothing.

Source:

Core Game Resources.wrappers_h

Remarks

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