Difference between revisions of "Category:LSL Events"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{LSL Header|ml=*}} | {{LSL Header|ml=*}} | ||
Within | Within [[state]]s LSL works on events, such as the scripted object starting to move ([[moving_start]]), colliding with things ([[collision_start]]) or a recurring timer ([[timer]]). | ||
Events do not interrupt each other, but instead are queued {{HoverText|FIFO|First In, First Out}}. On state change the event queue is cleared and any open listens are [[llListenRemove|removed]] automatically. Reoccurring events ([[sensor]] and [[timer]]) are set not to reoccur in the new state and must be manually re-enabled (via [[llSensor]], [[llSensorRepeat]] or [[llSetTimerEvent]]). | Events do not interrupt each other, but instead are queued {{HoverText|FIFO|First In, First Out}}, though the [[state_entry]] event can jump the queue. On state change the event queue is cleared and any open listens are [[llListenRemove|removed]] automatically. Reoccurring events ([[sensor]] and [[timer]]) are set not to reoccur in the new state and must be manually re-enabled (via [[llSensor]], [[llSensorRepeat]] or [[llSetTimerEvent]]). Please refer to the [[State]] article for further details. | ||
{{LSLC|Keywords}} | {{LSLC|Keywords}} | ||
{{LSLC|}} | {{LSLC|}} |
Revision as of 22:33, 18 December 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Within states LSL works on events, such as the scripted object starting to move (moving_start), colliding with things (collision_start) or a recurring timer (timer).
Events do not interrupt each other, but instead are queued FIFO, though the state_entry event can jump the queue. On state change the event queue is cleared and any open listens are removed automatically. Reoccurring events (sensor and timer) are set not to reoccur in the new state and must be manually re-enabled (via llSensor, llSensorRepeat or llSetTimerEvent). Please refer to the State article for further details.
Subcategories
This category has the following 10 subcategories, out of 10 total.
Pages in category "LSL Events"
The following 44 pages are in this category, out of 44 total.