Don't click here unless you want to be banned.

LSL Wiki : llList2Key

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl805.us.archive.org
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.


This article wasn't helpful for you? Maybe the related article at the LSL Portal is able to bring enlightenment.

Lists | Functions
Comments [Hide comments/form]
Attach a comment to this page: