LIST STAT SUM
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer LIST_STAT_SUM = 6;The integer constant LIST_STAT_SUM has the value 6
Calculates the sum of the numbers in a list.
Caveats
Related Articles
Functions
• | llListStatistics |
Examples
float sum = llListStatistics( LIST_STAT_SUM, numList );