Skip to content

llGetLinkPrimitiveParams

Function Syntax
list llGetLinkPrimitiveParams(
  1. integer LinkNumber, // Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag.
  2. list Parameters // PRIM_* flags.
);

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 flags attributes.

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