Category:LSL Events
Revision as of 06:02, 20 March 2007 by Strife Onizuka (talk | contribs)
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 timer events (Timer).
Events do not interrupt each other, but instead are queued FIFO. 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).
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.