Difference between revisions of "LINK ALL OTHERS"

From Second Life Wiki
Jump to navigation Jump to search
(+primparams)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|type=integer
|type=integer
|value=-2
|value=-2
|desc
|desc=Targets all the other prims in the linkset, except the one the script resides in.
 
The opposite of [[LINK_THIS]].
|examples
|examples
|constants=
|constants=

Latest revision as of 17:11, 28 October 2023

Description

Constant: integer LINK_ALL_OTHERS = -2;

The integer constant LINK_ALL_OTHERS has the value -2

Targets all the other prims in the linkset, except the one the script resides in.

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;