Difference between revisions of "PERMISSION ATTACH"
Jump to navigation
Jump to search
m |
|||
Line 2: | Line 2: | ||
|name=PERMISSION_ATTACH | |name=PERMISSION_ATTACH | ||
|type=integer | |type=integer | ||
|value= | |value=32 | ||
|hvalue=0x20 | |||
|desc | |desc | ||
|examples | |examples |
Revision as of 22:54, 16 May 2012
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PERMISSION_ATTACH = 0x20;The integer constant PERMISSION_ATTACH has the value 0x20
Caveats
Related Articles
Functions
• | llAttachToAvatar | |||
• | llDetachFromAvatar | |||
• | llGetPermissions | – | Get the permissions granted | |
• | llRequestPermissions | – | Request permissions |
Events
• | run_time_permissions | – | Permission receiving event |