Skip to content

llGetObjectLinkKey

function ll.GetObjectLinkKey(id: string, link_no: number): string

Returns the key of the linked prim link_no in a linkset.

Returns the key of link_no in the link set specified by id.

Parameters
id (string)
UUID of prim
link_no (number)
Link number to retrieve

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

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