Difference between revisions of "LINK ROOT"
Jump to navigation
Jump to search
(I always thought this was a stupid flag (considering the caveat) it's a wonder I didn't document it earlier.) |
Kizmut Smit (talk | contribs) (+primparams) |
||
Line 20: | Line 20: | ||
{{LSL DefineRow||[[llSetLinkAlpha]]|}} | {{LSL DefineRow||[[llSetLinkAlpha]]|}} | ||
{{LSL DefineRow||[[llSetLinkColor]]|}} | {{LSL DefineRow||[[llSetLinkColor]]|}} | ||
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}} | |||
{{LSL DefineRow||[[llSetLinkPrimitiveParamsFast]]|}} | |||
|events= | |events= | ||
{{LSL DefineRow||[[link_message]]|}} | {{LSL DefineRow||[[link_message]]|}} |
Revision as of 05:38, 15 May 2010
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Caveats
- In a single prim object LINK_ROOT will not refer to the root prim!
- If your script needs to work in single and multiprim objects, instead of
LINK_ROOT
, use either(llGetLinkNumber() != 0)
or(!!llGetLinkNumber())
- If your script needs to work in single and multiprim objects, instead of
Related Articles
Constants
• | LINK_ALL_CHILDREN | |||
• | LINK_ALL_OTHERS | |||
• | LINK_SET | |||
• | LINK_THIS |
Functions
• | llBreakLink | |||
• | llGetLinkKey | |||
• | llGetLinkName | |||
• | llMessageLinked | |||
• | llSetLinkAlpha | |||
• | llSetLinkColor | |||
• | llSetLinkPrimitiveParams | |||
• | llSetLinkPrimitiveParamsFast |
Events
• | link_message |