Difference between revisions of "Template:LSL Constants/Link"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
Line 9: Line 9:
{{!}} {{LSL Const|LINK_ROOT|integer|1|c=sends to the root prim in a multi-prim linked set}}
{{!}} {{LSL Const|LINK_ROOT|integer|1|c=sends to the root prim in a multi-prim linked set}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}{{Footnote|LINK_ROOT does not work on single prim objects. Unless there is an avatar sitting on the object.}}
{{!}} {{#var:comment}}{{Footnote|handle=LINK_ROOT|LINK_ROOT does not work on single prim objects. Unless there is an avatar sitting on the object.}}
{{#if:{{{nogroup|}}}||{{!}}-
{{#if:{{{nogroup|}}}||{{!}}-
{{!}} {{LSL Const|LINK_SET|integer|-1|c=sends to all prims}}
{{!}} {{LSL Const|LINK_SET|integer|-1|c=sends to all prims}}

Latest revision as of 23:14, 5 November 2013

Flag Description
LINK_ROOT 1 sends to the root prim in a multi-prim linked set[1]
LINK_SET -1 sends to all prims
LINK_ALL_OTHERS -2 sends to all other prims
Flag Description
LINK_ALL_CHILDREN -3 sends to all children, (everything but the root)
LINK_THIS -4 sends to the prim the script is in
Flag Description
LINK_ROOT 1 sends to the root prim in a multi-prim linked set[1]
Flag Description
LINK_THIS -4 sends to the prim the script is in