Difference between revisions of "LIST STAT MAX/ja"
Jump to navigation
Jump to search
(Initial translation) |
|||
Line 6: | Line 6: | ||
|pa | |pa | ||
|pb | |pb | ||
|examples=< | |examples=<source lang="lsl2"> | ||
float max = llListStatistics( LIST_STAT_MAX, numList ); | float max = llListStatistics( LIST_STAT_MAX, numList ); | ||
</ | </source> | ||
|constants= | |constants= | ||
<!--{{LSL ConstRow|CHANGED_SHAPE}}--> | <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |
Latest revision as of 14:15, 25 February 2016
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
関連記事
関数
• | llListStatistics |
サンプル
float max = llListStatistics( LIST_STAT_MAX, numList );