key llList2Key(list src, integer index)
Returns the
key at
index from the list
src.
Example:
llList2Key(foo, 0); // returns the first element in the list.
llList2Key(foo, 1); // returns the second element in the list.
Compare with
llList2Float,
llList2Integer,
llList2List,
llList2ListStrided,
llList2Rot,
llList2String and
llList2Vector.
Lists |
Functions