Difference between revisions of "LIST STAT MAX"
Jump to navigation
Jump to search
m |
m (<lsl> tag to <source>) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
|value=2 | |value=2 | ||
|desc=Retrieves the largest number in the list. | |desc=Retrieves the largest number in the list. | ||
|pa | |pa | ||
| | |pb | ||
|examples=<source lang="lsl2"> | |||
float max = llListStatistics( LIST_STAT_MAX, numList ); | |||
</source> | |||
|constants= | |constants= | ||
<!--{{LSL ConstRow|CHANGED_SHAPE}}--> | <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |
Latest revision as of 14:55, 23 January 2015
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 );