LIST STAT SUM
Revision as of 15:00, 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_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 );