Difference between revisions of "LIST STAT MIN"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=LIST_STAT_MIN |type=integer |value=1 |desc= |pa= |text= |pb= |examples |constants= <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |functions= {{LSL DefineRow||[[llListStatistic...) |
m |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=1 | |value=1 | ||
|desc= | |desc=Retrieves the smallest number in the list. | ||
|pa= | |pa= | ||
|text= | |text= |
Revision as of 11:05, 10 April 2008
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 |