Difference between revisions of "DeleteFullActorCopy"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Shademe
(→‎Article Updated: Layout | Notes)
imported>QQuix
(Adding exception situation warning)
 
Line 10: Line 10:
== Notes ==
== Notes ==
* Acts as a [[return]] function - Script lines following this function call will not be processed.
* Acts as a [[return]] function - Script lines following this function call will not be processed.
*Warning: it will not remove the Base Record if the reference is no longer valid (e.g: cleared by cell reset). Since it acts as a return anyway, there will be no clue that it has failed and the Base Record has not been removed.


==See Also==
==See Also==

Latest revision as of 15:54, 13 June 2009

Syntax:

DeleteFullActorCopy

Example:

newRef.DeleteFullActorCopy

Deletes a created reference and its base object.


Notes[edit | edit source]

  • Acts as a return function - Script lines following this function call will not be processed.
  • Warning: it will not remove the Base Record if the reference is no longer valid (e.g: cleared by cell reset). Since it acts as a return anyway, there will be no clue that it has failed and the Base Record has not been removed.

See Also[edit | edit source]

CreateFullActorCopy