Category:LSL Events/ja

From Second Life Wiki
< Category:LSL Events
Revision as of 23:31, 8 January 2008 by Asuka Neely (talk | contribs) (New page: {{Multi-lang}} {{LSL Header/ja}} イベントのステート内部でのLSLの働きは、例えばスクリプトのあるオブジェクトが動き始める([[moving_start/ja|moving_st...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

イベントのステート内部でのLSLの働きは、例えばスクリプトのあるオブジェクトが動き始める(moving_start)、物が衝突している(collision_start)、自動的にタイマーが掛かっている(timer)、などです。

イベントは互いに中断しませんが、FIFOというキュー方式で代行します。ステート変更でイベントキューは消去され、幾つかのlistenは自動的に除去されます。繰り返すイベント(sensortimer)は新しいステートでは繰り返さず、手動で再実行しなければなりません。(llSensorllSensorRepeatllSetTimerEventを参照)