Skip to content

llListSort

list llListSort(list ListVariable, 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
ListVariable (list)
List to sort.
Stride (integer)
Stride length.
Ascending (integer)
Boolean. TRUE = result in ascending order, FALSE = result in descending order.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here