Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llGetLinkPrimitiveParams

LSL
list llGetLinkPrimitiveParams(integer linknum, list rules)

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.

Parameters

TypeName
integer linknum
list rules
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL