LIST STAT MAX
Revision as of 14:55, 23 January 2015 by ObviousAltIsObvious Resident (talk | contribs) (<lsl> tag to <source>)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer LIST_STAT_MAX = 2;The integer constant LIST_STAT_MAX has the value 2
Retrieves the largest number in the list.
Caveats
Related Articles
Functions
• | llListStatistics |
Examples
float max = llListStatistics( LIST_STAT_MAX, numList );