Skip to content

llGetLinkNumber

function ll.GetLinkNumber(): number

Returns the link number of the prim containing the script (0 means not linked, 1 the prim is the root, 2 the prim is the first child, etc.).

Returns the link number of the prim containing the script. 0 means no link, 1 the root, 2 for first child, etc.

Add example usage here showing SLua/Luau syntax with ll.GetLinkNumber().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.