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

LSL Wiki : llList2Float

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
float llList2Float(list src, integer index)

Returns the float at index from the list src.

Example:
llList2Float(foo, 0); // returns the first element in the list.
llList2Float(foo, 1); // returns the second element in the list.

Compare with llList2Integer, llList2Key, 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.

Functions | Lists
There is no comment on this page. [Display comments/form]