LlGetListEntryType
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Function: integer llGetListEntryType( list src, integer index );
| 194 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns an integer that is the type of the entry index in src.
| • list | src | – | List containing the element of interest. | |
| • integer | index | – | Index of the element of interest. |
index supports negative indexes.
If index describes a location not in src then TYPE_INVALID is returned.
|
|
| ||||||||||||||||||||||||||||||
See Also
Functions
| • | llList2Float | |||
| • | llList2Integer | |||
| • | llList2Key | |||
| • | llList2Rot | |||
| • | llList2String | |||
| • | llList2Vector |
Articles
| • | Negative Index |

