Category:LSL Events/zh-Hant
< Category:LSL Events
Jump to navigation
Jump to search
Revision as of 15:56, 3 March 2009 by Geneko Nemeth (talk | contribs)
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.
This category currently contains no pages or media.