OsListSortInPlace
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|function_syntax=osListSortInPlace(list src, integer stride, integer ascending) | |function_syntax=osListSortInPlace(list src, integer stride, integer ascending) | ||
+ | src the list to sort | ||
|threat_level=ignored | |threat_level=ignored | ||
|permissions=true | |permissions=true |
Revision as of 16:26, 1 June 2021
osListSortInPlace(list src, integer stride, integer ascending)
src the list to sort | |
Identical to llListSort but does the sort on the original list, not creating a new one and 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 |