LSL Wiki Mirror 10-5-2006: llBreakAllLinks

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
llBreakAllLinks();

Delinks all prims in the link set (Requires permission PERMISSION_CHANGE_LINKS be set).

Q: Can I delink a prim from an attachment?
A: No.

Q: Do I need to call llBreakAllLinks from the root prim in order for this to work?
A: No, as long as it has PERMISSION_CHANGE_LINKS set, any script in any prim may break the link. You cannot grant permissions to one script and have another act upon those permissions, however. Scripts must request their own permissions.

To delink a single prim from the linkset, use llBreakLink.


Functions | Link
There is no comment on this page. [Display comments/form]