Difference between revisions of "LINK ALL OTHERS"

From Second Life Wiki
Jump to navigation Jump to search
 
m
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{LSL Constant
{{Issues/SVC-3510}}{{LSL Constant
|name=LINK_ALL_OTHERS
|name=LINK_ALL_OTHERS
|type=integer
|type=integer
|value=-2
|value=-2
|desc
|desc=This does the opposite of [[LINK_THIS]]
|examples
|examples
|constants=
{{LSL DefineRow||[[LINK_ALL_CHILDREN]]|}}
{{LSL DefineRow||[[LINK_ROOT]]|}}
{{LSL DefineRow||[[LINK_SET]]|}}
{{LSL DefineRow||[[LINK_THIS]]|}}
|functions=
|functions=
{{LSL DefineRow||[[llBreakLink]]|}}
{{LSL DefineRow||[[llBreakLink]]|}}
{{LSL DefineRow||[[llGetLinkKey]]|}}
{{LSL DefineRow||[[llGetLinkName]]|}}
{{LSL DefineRow||[[llGetLinkName]]|}}
{{LSL DefineRow||[[llMessageLinked]]|}}
{{LSL DefineRow||[[llMessageLinked]]|}}
{{LSL DefineRow||[[llSetLinkAlpha]]|}}
{{LSL DefineRow||[[llSetLinkAlpha]]|}}
{{LSL DefineRow||[[llSetLinkColor]]|}}
{{LSL DefineRow||[[llSetLinkColor]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParamsFast]]|}}
|events=
|events=
|cat1=Link
|cat1=Link
|cat2
|cat2=Link Message
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 23:00, 15 May 2010

Description

Constant: integer LINK_ALL_OTHERS = -2;

The integer constant LINK_ALL_OTHERS has the value -2

This does the opposite of LINK_THIS

Caveats

Important Issues

~ All Issues ~ Search JIRA for related Bugs
   LINK_* flags do not work with llBreakLink

Related Articles

Deep Notes

All Issues

~ Search JIRA for related Issues
   LINK_* flags do not work with llBreakLink

Signature

integer LINK_ALL_OTHERS = -2;