Difference between revisions of "LINK SET"

From Second Life Wiki
Jump to navigation Jump to search
(missing desc)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{LSL Constant
{{Issues/SVC-3510}}{{LSL Constant
|name=LINK_SET
|name=LINK_SET
|type=integer
|type=integer
|value=-1
|value=-1
|desc
|desc=Targets all the prims in the linkset.
|examples
|examples
|constants=
|constants=
Line 17: Line 17:
{{LSL DefineRow||[[llSetLinkAlpha]]|}}
{{LSL DefineRow||[[llSetLinkAlpha]]|}}
{{LSL DefineRow||[[llSetLinkColor]]|}}
{{LSL DefineRow||[[llSetLinkColor]]|}}
{{LSL DefineRow||[[llSetLinkTexture]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParamsFast]]|}}
|events=
|events=
|cat1=Link
|cat1=Link

Latest revision as of 17:09, 28 October 2023

Description

Constant: integer LINK_SET = -1;

The integer constant LINK_SET has the value -1

Targets all the prims in the linkset.

Caveats

Important Issues

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

Deep Notes

All Issues

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

Signature

integer LINK_SET = -1;