Skip to content

llSetLinkSitFlags

function ll.SetLinkSitFlags(LinkNumber: number, Flags: number)

Sets the sit flags for the specified prim in a linkset.

Parameters
LinkNumber (number)
Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag.
Flags (number)
The new set of sit flags to apply to the specified prims in this linkset.

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

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