STATUS RETURN AT EDGE
Revision as of 09:04, 14 November 2007 by Strife Onizuka (talk | contribs) (New page: {{LSL Constant |name={{PAGENAMEE}} |type=integer |value={{LSL Hex|0x100|256}} |desc=Causes the object to be returned when it goes off world, overrides STATUS_DIE_AT_EDGE. |examples |co...)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer STATUS_RETURN_AT_EDGE = 0x100;The integer constant STATUS_RETURN_AT_EDGE has the value 0x100
Causes the object to be returned when it goes off world, overrides STATUS_DIE_AT_EDGE.
Caveats
Related Articles
Constants
|
Functions
• | llSetStatus | |||
• | llGetStatus |