Difference between revisions of "STATUS BLOCK GRAB"
Jump to navigation
Jump to search
m |
|||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x40|64}} | |value={{LSL Hex|0x40|64}} | ||
|desc=This status flag keeps the object from being | |desc=This status flag keeps the object from being [[grab]]bed. | ||
|examples | |examples | ||
|constants= | |constants= |
Revision as of 10:22, 14 November 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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.
Caveats
Related Articles
Constants
|
Functions
• | llDetectedGrab | |||
• | llSetStatus | |||
• | llGetStatus |
Events
• | Touch |