Difference between revisions of "DeleteFullActorCopy"
Jump to navigation
Jump to search
imported>QQuix (Adding exception situation warning) |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 7: | Line 7: | ||
Deletes a created reference and its base object. | Deletes a created reference and its base object. | ||
== Notes == | |||
* 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== | ||
[[CreateFullActorCopy]] | [[CreateFullActorCopy]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: | [[Category:Functions (CS)]] | ||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Actor Functions]] | |||
[[Category: Actor Functions (CS 1.0)]] | |||
<!-- Begin Search Terms | |||
Delete | |||
Full | |||
Actor | |||
Copy | |||
End Search Terms --> |
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]