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

From Second Life Wiki
Jump to navigation Jump to search
m (template refactoring)
Line 7: Line 7:
!Description
!Description
{{!}}-
{{!}}-
{{!}} {{LSLG|LINK_ROOT}}
{{!}} {{LSL Const|LINK_ROOT|integer|1|c=sends to root task in a linked set}}
{{!}} 1
{{!}} {{#var:value}}
{{!}} sends to root task in a linked set
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|LINK_SET}}
{{!}} {{LSL Const|LINK_SET|integer|-1|c=sends to all tasks}}
{{!}} -1
{{!}} {{#var:value}}
{{!}} sends to all tasks
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|LINK_ALL_OTHERS}}
{{!}} {{LSL Const|LINK_ALL_OTHERS|integer|-2|c=sends to all other tasks}}
{{!}} -2
{{!}} {{#var:value}}
{{!}} sends to all other tasks
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{!}}
{{!}}
Line 25: Line 25:
!Description
!Description
{{!}}-
{{!}}-
{{!}} {{LSLG|LINK_ALL_CHILDREN}}
{{!}} {{LSL Const|LINK_ALL_CHILDREN|integer|-3|c=sends to all children}}
{{!}} -3
{{!}} {{#var:value}}
{{!}} sends to all children
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|LINK_THIS}}
{{!}} {{LSL Const|LINK_THIS|integer|-4|c=sends to the task the script it is in}}
{{!}} -4
{{!}} {{#var:value}}
{{!}} sends to the task the script it is in
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{!}}}
{{!}}}

Revision as of 01:43, 23 July 2007

Flag Description
LINK_ROOT 1 sends to root task in a linked set
LINK_SET -1 sends to all tasks
LINK_ALL_OTHERS -2 sends to all other tasks
Flag Description
LINK_ALL_CHILDREN -3 sends to all children
LINK_THIS -4 sends to the task the script it is in