PERMISSION ATTACH: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
added llAttachToAvatarTemp to the related functions |
||
| Line 8: | Line 8: | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llAttachToAvatar]]|}} | {{LSL DefineRow||[[llAttachToAvatar]]|}} | ||
{{LSL DefineRow||[[llAttachToAvatarTemp]]|}} | |||
{{LSL DefineRow||[[llDetachFromAvatar]]|}} | {{LSL DefineRow||[[llDetachFromAvatar]]|}} | ||
{{LSL DefineRow||[[llGetPermissions]]|Get the permissions granted}} | {{LSL DefineRow||[[llGetPermissions]]|Get the permissions granted}} | ||
Latest revision as of 04: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 |