STATUS BLOCK GRAB
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
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
| ||||||||||||||||||||||||||||||||||||||
Functions
| • | llDetectedGrab | |||
| • | llSetStatus | |||
| • | llGetStatus |
Events
| • | Touch |

