LIST STAT MAX/de

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Beschreibung

Konstante: integer LIST_STAT_MAX = 2;

Die integer Konstante LIST_STAT_MAX hat den Wert 2

Gibt die größte Zahl einer Liste.

Ähnliche Artikel

Funktionen

•  llListStatistics Ermöglicht statistische Erhebungen an einer Liste.

Beispiele

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

Deep Notes

Nach JIRA-Issues suchen, die sich hierauf beziehen

Signature

integer LIST_STAT_MAX = 2;