Skip to content

llGetListEntryType

Function Syntax
integer llGetListEntryType(
  1. list ListVariable,
  2. integer Index
);

Returns the type of the index entry in the list (TYPE_INTEGER, TYPE_FLOAT, TYPE_STRING, TYPE_KEY, TYPE_VECTOR, TYPE_ROTATION, or TYPE_INVALID if index is off list).

Returns the type of the variable at Index in ListVariable.