Difference between revisions of "LINK THIS"

From Second Life Wiki
Jump to navigation Jump to search
(*grin*)
 
Line 3: Line 3:
|type=integer
|type=integer
|value=-4
|value=-4
|desc=Causes the script to act only upon the prim the script is in.  
|desc=Targets the prim the script resides in.  


The opposite flag of this is [[LINK_ALL_OTHERS]].
The opposite flag of this is [[LINK_ALL_OTHERS]].

Latest revision as of 17:10, 28 October 2023

Description

Constant: integer LINK_THIS = -4;

The integer constant LINK_THIS has the value -4

Targets the prim the script resides in.

The opposite flag of this is LINK_ALL_OTHERS.

Caveats

Important Issues

~ All Issues ~ Search JIRA for related Bugs
   LINK_* flags do not work with llBreakLink
   llSetLinkTexture(LINK_THIS, foo, bar) does not work for non-full-perm textures.

Related Articles

Deep Notes

All Issues

~ Search JIRA for related Issues
   llGetLinkKey returns the wrong result when passed LINK_THIS
   LINK_* flags do not work with llBreakLink
   llSetLinkTexture(LINK_THIS, foo, bar) does not work for non-full-perm textures.

Signature

integer LINK_THIS = -4;