OsListSortInPlace
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |function_syntax=osListSortInPlace(list src, integer stride, integer ascending) |threat_level=ignored |permissions=true |delay=0 |description=Identical to llListSor...") |
|||
| Line 5: | Line 5: | ||
|delay=0 | |delay=0 | ||
|description=Identical to llListSortInPlace, but does the sort on original list, not creating a new one | |description=Identical to llListSortInPlace, but does the sort on original list, not creating a new one | ||
| + | |additional_info=This function was added in 0.9.2 | ||
| + | }} | ||
Revision as of 16:21, 1 June 2021
osListSortInPlace(list src, integer stride, integer ascending)
| |
| Identical to llListSortInPlace, but does the sort on original list, not creating a new one | |
| 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 | |