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

From Second Life Wiki
Jump to navigation Jump to search
m
(nogroup flag support)
Line 10: Line 10:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-
{{#if:{{{nogroup|}}}||{{!}}-
{{!}} {{LSL Const|LINK_SET|integer|-1|c=sends to all prims}}
{{!}} {{LSL Const|LINK_SET|integer|-1|c=sends to all prims}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
Line 17: Line 17:
{{!}} {{LSL Const|LINK_ALL_OTHERS|integer|-2|c=sends to all other prims}}
{{!}} {{LSL Const|LINK_ALL_OTHERS|integer|-2|c=sends to all other prims}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}}}
{{!}}}
{{!}}}
{{!}}
{{!}}
Line 28: Line 28:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-
{{#if:{{{nogroup|}}}||{{!}}-
{{!}} {{LSL Const|LINK_THIS|integer|-4|c=sends to the prim the script is in}}
{{!}} {{LSL Const|LINK_THIS|integer|-4|c=sends to the prim the script is in}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}}}
{{!}}}
{{!}}}
{{!}}}
{{!}}}<noinclude>
{{LSL Constants/Link|nogroup=*}}
</noinclude>

Revision as of 10:24, 2 March 2010

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
Flag Description
LINK_ROOT 1 sends to root prim in a linked set
Flag Description
LINK_ALL_CHILDREN -3 sends to all children, (everything but the root)