OsListAs*
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |permissions=true |threat_level=ignored |delay=0 |function_syntax= integer osListAs(list src, integer index)<br/> integer osListAsInteger(list src, integer index)<b...") |
Revision as of 11:39, 9 May 2025
integer osListAs(list src, integer index)
integer osListAsInteger(list src, integer index) | |
| return the element at index as integer, float, string, vector or rotation. Index must me >= 0 only and the element on the list must be of the requested type. Because of this restrictions, should be a bit faster than the llList2* functions | |
| 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 |
| Example(s) | |
| Notes | |
| add to 0.9.3.1 | |