Difference between revisions of "LIST STAT NUM COUNT/ja"
Jump to navigation
Jump to search
(Initial translation) |
|||
Line 7: | Line 7: | ||
|text= | |text= | ||
|pb= | |pb= | ||
|examples=< | |examples=<source lang="lsl2"> | ||
integer num = llListStatistics( LIST_STAT_NUM_COUNT, mixedList ); | integer num = llListStatistics( LIST_STAT_NUM_COUNT, mixedList ); | ||
</ | </source> | ||
|constants= | |constants= | ||
<!--{{LSL ConstRow|CHANGED_SHAPE}}--> | <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |
Latest revision as of 14:16, 25 February 2016
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
解説
定数: integer LIST_STAT_NUM_COUNT = 8;integer 定数 LIST_STAT_NUM_COUNT の値は 8 です。
float 型データと integer 型データの合計個数を返します。
関連記事
関数
• | llListStatistics |
サンプル
integer num = llListStatistics( LIST_STAT_NUM_COUNT, mixedList );