STATUS BLOCK GRAB

From Second Life Wiki

Second Life Wiki > LSL Portal > Constants > STATUS BLOCK GRAB
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_BLOCK_GRAB = 0x40;

The integer constant STATUS_BLOCK_GRAB has the value 0x40

This status flag keeps the object from being grabbed.

This means when a user tries to grab a physical object with this flag enabled, they will be unable to manipulate the object.

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

•  llDetectedGrab
•  llSetStatus
•  llGetStatus

Events

•  Touch

Deep Notes

Issues

Bug - A problem which impairs or prevents the functions of the product. Open - The issue is open and ready for the assignee to start work on it.    STATUS_BLOCK_GRAB only affects individual prims in a linkset
In other languages