Difference between revisions of "DestroyObject"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=DestroyObject
 
|name=DestroyObject
|brief=Destroy the specified object. !!GEORG SAYS: DO NOT USE. EVER. Use core_h.Safe_Destroy_Object instead!!
+
|brief=Destroy the specified object. GEORG SAYS: DO NOT USE. EVER. Use core_h.[[Safe_Destroy_Object]] instead
 
|param1type=object
 
|param1type=object
 
|param1name=oObject
 
|param1name=oObject

Latest revision as of 00:17, 9 February 2010

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