Skip to content

llGetLinkPrimitiveParams

function ll.GetLinkPrimitiveParams(LinkNumber: number, Parameters: {any}): {any}

Returns the list of primitive attributes requested in the Parameters list for LinkNumber.

PRIM_* flags can be broken into three categories, face flags, prim flags, and object flags.

* Supplying a prim or object flag will return that flag's attributes.

* Face flags require the user to also supply a face index parameter.

Parameters
LinkNumber (number)
Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag.
Parameters ({any})
PRIM_* flags.

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

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