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

llList2Rot

LSL
rotation llList2Rot(list src, integer index)

Copies the rotation at Index in the list.\ Returns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to rotation, thenZERO_ROTATION is returned.

Parameters

TypeName
list src
integer index
Energy 10

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

More in LSL