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

llSetLinkPrimitiveParamsFast

LSL
void llSetLinkPrimitiveParamsFast(integer linknum, list rules)

Set primitive parameters for LinkNumber based on Parameters, without a delay.\ Set parameters for link number, from the list of Parameters, with no built-in script sleep. This function is identical to llSetLinkPrimitiveParams, except without the delay.

Parameters

TypeName
integer linknum
list rules
Energy 10

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

More in LSL