Difference between revisions of "LlDie"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llDie moved to LlDie)
(sort)
Line 2: Line 2:
|func_id=41|func_sleep=0.0|func_energy=0.0
|func_id=41|func_sleep=0.0|func_energy=0.0
|func=llDie
|func=llDie
|sort=Die
|func_footnote=This function can be called from any prim in the {{LSLG|link set}} and will result in the entire object being deleted.
|func_footnote=This function can be called from any prim in the {{LSLG|link set}} and will result in the entire object being deleted.
|func_desc=Deletes the object. The object does not go to the owners Inventory:Trash.
|func_desc=Deletes the object. The object does not go to the owners Inventory:Trash.

Revision as of 19:20, 19 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();