LIST STAT MAX - Second Life Wiki

LIST STAT MAX

From Second Life Wiki

Jump to: navigation, search

Contents

Description

Constant: integer LIST_STAT_MAX = 2;

The integer constant LIST_STAT_MAX has the value 2

Retrieves the largest number in the list.

Related Articles

Functions

•  llListStatistics

Examples

 
float max = llListStatistics( LIST_STAT_MAX, numList );