Difference between revisions of "PERMISSION ATTACH"
Jump to navigation
Jump to search
(Redirecting to LSL Permissions/Script/PERMISSION ATTACH) |
(added llAttachToAvatarTemp to the related functions) |
||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{LSL Constant | |||
|name=PERMISSION_ATTACH | |||
|type=integer | |||
|value=32 | |||
|hvalue=0x20 | |||
|desc | |||
|examples | |||
|functions= | |||
{{LSL DefineRow||[[llAttachToAvatar]]|}} | |||
{{LSL DefineRow||[[llAttachToAvatarTemp]]|}} | |||
{{LSL DefineRow||[[llDetachFromAvatar]]|}} | |||
{{LSL DefineRow||[[llGetPermissions]]|Get the permissions granted}} | |||
{{LSL DefineRow||[[llRequestPermissions]]|Request permissions}} | |||
|events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}} | |||
|cat1=Permissions/Script | |||
|cat2=Attachment | |||
|cat3 | |||
|cat4 | |||
}} |
Latest revision as of 03:29, 1 August 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 | |||
• | llAttachToAvatarTemp | |||
• | llDetachFromAvatar | |||
• | llGetPermissions | – | Get the permissions granted | |
• | llRequestPermissions | – | Request permissions |
Events
• | run_time_permissions | – | Permission receiving event |