OsListSortInPlace
From OpenSimulator
(Difference between revisions)
| Line 4: | Line 4: | ||
|permissions=true | |permissions=true | ||
|delay=0 | |delay=0 | ||
| − | |description=Identical to llListSort but does the sort on the original list, | + | |description=Identical to llListSort but does the sort on the original list, so using less memory.<br> |
* src: the list to sort | * src: the list to sort | ||
* stride: the list stride. | * stride: the list stride. | ||
Revision as of 16:31, 1 June 2021
osListSortInPlace(list src, integer stride, integer ascending)
| |
Identical to llListSort but does the sort on the original list, so using less memory.
| |
| Threat Level | This function does not do a threat level check |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.9.2 | |