LIST STAT MAX/fr

From Second Life Wiki
< LIST STAT MAX
Revision as of 10:50, 16 June 2008 by Gally Young (talk | contribs) (Translated)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>