Difference between revisions of "DeleteFullActorCopy"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vswe
m (Added Search Terms)
imported>Shademe
(→‎Article Updated: Layout | Notes)
Line 7: Line 7:
Deletes a created reference and its base object.
Deletes a created reference and its base object.


'''NOTE''': Acts as a [[return]] function -- script lines following this call will not be processed.
 
== Notes ==
* Acts as a [[return]] function - Script lines following this function call will not be processed.
   
   
==See Also==
==See Also==
[[CreateFullActorCopy]]
[[CreateFullActorCopy]]

Revision as of 19:35, 11 June 2009

Syntax:

DeleteFullActorCopy

Example:

newRef.DeleteFullActorCopy

Deletes a created reference and its base object.


Notes

  • Acts as a return function - Script lines following this function call will not be processed.


See Also

CreateFullActorCopy