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
string llInsertString(string dst, integer position, string src)
key llName2Key(string name)
void llSetPrimURL(string url)
rotation llEuler2Rot(vector v)
key llRequestAgentData(string id, integer data)
integer llScaleByFactor(float scaling_factor)
string llGetSimulatorHostname()
integer llLinksetDataCountFound(string pattern)