WR DestroyObject

From Dragon Age Toolset Wiki
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.