DestroyObject

From Dragon Age Toolset Wiki
Jump to: navigation, search

Destroy the specified object. GEORG SAYS: DO NOT USE. EVER. Use core_h.Safe_Destroy_Object instead

void DestroyObject(
object oObject,
int nDelay = 0
);
Parameters:
oObject
Object to destroy
nDelay
Time in milliseconds to delay the destruction of the object. Immediate destruction by default
Returns:

Nothing.

Source:

script.ldf



See also

CreateObject