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

llListSort

LSL
list llListSort(list src, integer stride, integer ascending)

Returns the specified list, sorted into blocks of stride in ascending order (if Ascending is TRUE, otherwise descending). Note that sort only works if the first entry of each block is the same datatype.

Parameters

TypeName
list src
integer stride
integer ascending
Energy 10

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

More in LSL