integer llList2Integer(list src, integer index)
Returns the
integer at
index from the list
src.
Example:
Compare with
llList2Float,
llList2Key,
llList2List,
llList2ListStrided,
llList2Rot,
llList2String and
llList2Vector.
Note that llList2Integer will cast the result to an integer, so even if you call it on a string type it will return the correct integer.
This article wasn't helpful for you? Maybe the
related article at the LSL Portal is able to bring enlightenment.
Lists |
Functions