llList2Vector
Function Syntax
vector llList2Vector(
- list ListVariable,
- integer Index
Copies the vector at Index in the list.
Returns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to a vector, then ZERO_VECTOR is returned.