LlDie: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Gigs Taggart (talk | contribs)
m LSL llDie moved to LlDie
(No difference)

Revision as of 20:12, 18 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 undelete the object.
  • Has no effect if called from within an attachment; there is no way to delete an attachment.

Examples

See Also

Functions

Articles

Deep Notes

Signature

function void llDie();