Difference between revisions of "LINK THIS"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{Issues/SVC-600}}{{Issues/SVC-3510}}{{LSL Constant
{{Issues/SVC-600}}{{Issues/SVC-3510}}{{Issues/SVC-3199}}{{LSL Constant
|name=LINK_THIS
|name=LINK_THIS
|type=integer
|type=integer

Revision as of 09:31, 10 February 2010

Description

Constant: integer LINK_THIS = -4;

The integer constant LINK_THIS has the value -4

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

Constants

•  LINK_ALL_CHILDREN
•  LINK_ALL_OTHERS
•  LINK_ROOT
•  LINK_SET

Functions

•  llBreakLink
•  llGetLinkKey
•  llGetLinkName
•  llMessageLinked
•  llSetLinkAlpha
•  llSetLinkColor

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;