LIST STAT MAX/fr

From Second Life Wiki
Jump to navigation Jump to search

Description

Constante: integer LIST_STAT_MAX = 2;

La constante LIST_STAT_MAX de type integer a la valeur 2

Renvoie le plus grand nombre d'un list.

Articles connexes

Fonctions

•  llListStatistics Applique des fonctions mathématiques à un list

Exemples

<lsl> float max = llListStatistics( LIST_STAT_MAX, numList ); </lsl>