STATUS SANDBOX

From Second Life Wiki

Jump to: navigation, search

Contents

Description

Constant: integer STATUS_SANDBOX = 0x20;

The integer constant STATUS_SANDBOX has the value 0x20

This status flag keeps the object from getting away.

It causes the object to be unable to leave the sim or move more than 10 meters from the location where the flag was set.

If the object tries to leave the sim or move more than 10 meters it ceases to be physical and throws a "Hit Sandbox Limit" error.

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
Personal tools