Difference between revisions of "STATUS DIE AT EDGE"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name={{PAGENAMEE}} |type=integer |value={{LSL Hex|0x80|128}} |desc=Causes the object to be deleted when it goes off world, is overridden by {{LSL Const|STATUS_RETURN_AT_EDG...) |
m |
||
Line 11: | Line 11: | ||
{{LSL DefineRow||[[llSetStatus]]|}} | {{LSL DefineRow||[[llSetStatus]]|}} | ||
{{LSL DefineRow||[[llGetStatus]]|}} | {{LSL DefineRow||[[llGetStatus]]|}} | ||
{{LSL DefineRow||[[llEdgeOfWorld]]|}} | |||
|events= | |events= | ||
|cat1=Status | |cat1=Status | ||
|cat2 | |cat2=World Edge | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 02:26, 24 May 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer STATUS_DIE_AT_EDGE = 0x80;The integer constant STATUS_DIE_AT_EDGE has the value 0x80
Causes the object to be deleted when it goes off world, is overridden by STATUS_RETURN_AT_EDGE.
Caveats
Related Articles
Constants
|
Functions
• | llSetStatus | |||
• | llGetStatus | |||
• | llEdgeOfWorld |