Difference between revisions of "STATUS BLOCK GRAB"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name={{PAGENAMEE}} |type=integer |value={{LSL Hex|0x40|64}} |desc=This status flag keeps the object from being grabbed. |examples |constants= {{!}} {{LSL Constants/Status|n...) |
m |
||
Line 16: | Line 16: | ||
|cat1=Status | |cat1=Status | ||
|cat2=Detected | |cat2=Detected | ||
|cat3 | |cat3=Touch | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 10:20, 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 |