Difference between revisions of "DeleteFullActorCopy"
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. | ||
== 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