Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llListStatistics

LSL
float llListStatistics(integer operation, list src)

Performs a statistical aggregate function, specified by a LIST_STAT_* constant, on ListVariables.\ This function allows a script to perform a statistical operation as defined by operation on a list composed of integers and floats.

Parameters

TypeName
integer operation
list src
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL