STATUS DIE AT EDGE

From Second Life Wiki

Second Life Wiki > LSL Portal > Constants > STATUS DIE AT EDGE
Jump to: navigation, search

Template:Needs Translation/LSL/es Template:Needs Translation/LSL/el Template:Needs Translation/LSL/he Template:Needs Translation/LSL/it Template:Needs Translation/LSL/ko Template:Needs Translation/LSL/nl Template:Needs Translation/LSL/hu Template:Needs Translation/LSL/no Template:Needs Translation/LSL/da Template:Needs Translation/LSL/sv Template:Needs Translation/LSL/tr Template:Needs Translation/LSL/pl Template:Needs Translation/LSL/pt Template:Needs Translation/LSL/ru Template:Needs Translation/LSL/uk Template:Needs Translation/LSL/zh-Hans Template:Needs Translation/LSL/zh-Hant

Contents

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, this is overridden by STATUS_RETURN_AT_EDGE.

Related Articles

Constants

Constants Description
STATUS_PHYSICS 0x1
STATUS_ROTATE_X 0x2
STATUS_ROTATE_Y 0x4
STATUS_ROTATE_Z 0x8
STATUS_PHANTOM 0x10
Constants Description
STATUS_SANDBOX 0x20
STATUS_BLOCK_GRAB 0x40
STATUS_DIE_AT_EDGE 0x80
STATUS_RETURN_AT_EDGE 0x100
STATUS_CAST_SHADOWS 0x200

Functions

•  llSetStatus
•  llGetStatus
•  llEdgeOfWorld
In other languages