Difference between revisions of "LINK ALL CHILDREN"

From Second Life Wiki
Jump to navigation Jump to search
m (Multi-lang)
(missing desc)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Multi-lang}}
{{Issues/SVC-3510}}{{LSL Constant
{{LSL Constant
|name=LINK_ALL_CHILDREN
|name=LINK_ALL_CHILDREN
|type=integer
|type=integer
|value=-3
|value=-3
|desc
|desc=Targets all the prims in the linkset, except the root.
|examples
|examples
|constants=
|constants=
Line 18: Line 17:
{{LSL DefineRow||[[llSetLinkAlpha]]|}}
{{LSL DefineRow||[[llSetLinkAlpha]]|}}
{{LSL DefineRow||[[llSetLinkColor]]|}}
{{LSL DefineRow||[[llSetLinkColor]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[LlSetLinkPrimitiveParamsFast]]|}}
|events=
|events=
|cat1=Link
|cat1=Link

Latest revision as of 17:10, 28 October 2023

Description

Constant: integer LINK_ALL_CHILDREN = -3;

The integer constant LINK_ALL_CHILDREN has the value -3

Targets all the prims in the linkset, except the root.

Caveats


Related Articles

Deep Notes

All Issues

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

Signature

integer LINK_ALL_CHILDREN = -3;