Skip to content

llSetLinkColor

Function Syntax
void llSetLinkColor(
  1. integer LinkNumber, // Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag.
  2. vector Color, // Color in RGB <R.R, G.G, B.B>
  3. integer Face // Side number or ALL_SIDES.
);

If a task exists in the link chain at LinkNumber, set the Face to color.

Sets the color of the linked child’s side, specified by LinkNumber.