STATUS DIE AT NO ENTRY: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{LSL Constant |name={{PAGENAMEE}} |type=integer |value={{LSL Hex|0x800|2048}} |desc=Causes the object to be deleted when it attempts to enter a parcel that prohibit..." |
(No difference)
|
Latest revision as of 12:10, 22 July 2022
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer STATUS_DIE_AT_NO_ENTRY = 0x800;The integer constant STATUS_DIE_AT_NO_ENTRY has the value 0x800
Causes the object to be deleted when it attempts to enter a parcel that prohibits object entry or is full. Overridden by STATUS_DIE_AT_NO_ENTRY. Objects that are no-copy ignore this setting and remain in world.
Caveats
Related Articles
Constants
|
Functions
• | llSetStatus | |||
• | llGetStatus |