llListSort
LSLlist 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
| Type | Name |
|---|---|
| list | src |
| integer | stride |
| integer | ascending |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
integer llGetLinkNumber()
void llHTTPResponse(key id, integer status, string body)
void llSetPos(vector pos)
rotation llGetRegionMoonRotation()
float llAngleBetween(rotation a, rotation b)
key llTransferLindenDollars(key destination, integer amount)
string llXorBase64StringsCorrect(string str1, string str2)
void llLoopSoundSlave(string sound, float volume)