Difference between revisions of "Event Order"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
*[[On rez]] Event | *[[On rez]] Event | ||
*[[Attach]] Event ([[Key]] id != {{LSL_Constant/NULL_KEY}}) | *[[Attach]] Event ([[Key]] id != {{LSL_Constant/NULL_KEY}}) | ||
*[[Changed]] Event ([[integer]] change & CHANGED_OWNER == | *[[Changed]] Event ([[integer]] change & CHANGED_OWNER == TRUE) | ||
=Attach from ground= | =Attach from ground= |
Revision as of 16:38, 1 May 2016
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
The follow lists show which events are called for different actions and the order in which they are called.
Wear or Attach from inventory / Login with item attached
owner changed / attach from inventory
- On rez Event
- Attach Event (Key id != NULL_KEY)
- Changed Event (integer change & CHANGED_OWNER == TRUE)
Attach from ground
Detach to inventory / Drop from avatar to ground
Rez to ground
- On rez Event
Reset while worn / Reset while on ground
- State entry Event
Change in state
- State exit Event (In current state)
- State entry Event (In target state)