LINK_ROOT
Description
Constant: integer LINK_ROOT = 1;
The integer constant LINK_ROOT has the value 1
Targets the root prim in the linkset.
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())
- Alternatively, LINK_THIS works in both single-prim and multiprim objects, assuming the script is inside the root prim and only needs to refer to itself.
Related Articles
Constants
Functions
Events