LIST STAT MIN
Revision as of 14:38, 10 April 2008 by Strife Onizuka (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer LIST_STAT_MIN = 1;The integer constant LIST_STAT_MIN has the value 1
Retrieves the smallest number in the list.
Caveats
Related Articles
Functions
• | llListStatistics |
Examples
<lsl> float min = llListStatistics( LIST_STAT_MIN, numList ); </lsl>