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

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 25: Line 25:
!Description
!Description
{{!}}-
{{!}}-
{{!}} {{LSL Const|LINK_ALL_CHILDREN|integer|-3|c=sends to all children}}
{{!}} {{LSL Const|LINK_ALL_CHILDREN|integer|-3|c=sends to all children, (everything but the root)}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}

Revision as of 13:37, 18 May 2008

Flag Description
LINK_ROOT 1 sends to root prim in a linked set
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