LIST STAT MAX/fr: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Gally Young (talk | contribs)
m Translated
 
(No difference)

Latest revision as of 10:50, 16 June 2008

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>