Difference between revisions of "LlDie"

From Second Life Wiki
Jump to navigation Jump to search
(oddly enough, it doesn't appear that "undelete" is a word.)
Line 13: Line 13:
|examples
|examples
|helpers
|helpers
|also_functions=*[[LSLG|llDetachFromAvatar]]
|also_functions=*[[llDetachFromAvatar]]
|also_events
|also_events
|also_tests
|also_tests

Revision as of 00:02, 20 February 2007

Summary

Function: llDie( );

Deletes the object. The object does not go to the owners Inventory:Trash.

This function can be called from any prim in the link set and will result in the entire object being deleted.

Caveats

  • After this function is called there is no way to undo the deletion of the object.
  • Has no effect if called from within an attachment; there is no way to delete an attachment.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

Articles

Deep Notes

Search JIRA for related Issues

Signature

function void llDie();