Difference between revisions of "PERMISSION TRIGGER ANIMATION"
Jump to navigation
Jump to search
m |
|||
Line 12: | Line 12: | ||
|events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}} | |events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}} | ||
|cat1=Animation | |cat1=Animation | ||
|cat2= | |cat2=Permissions/Script | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 20:55, 9 April 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PERMISSION_TRIGGER_ANIMATION = 0x10;The integer constant PERMISSION_TRIGGER_ANIMATION has the value 0x10
Caveats
Related Articles
Functions
• | llStartAnimation | |||
• | llStopAnimation | |||
• | llGetPermissions | – | Get the permissions granted | |
• | llRequestPermissions | – | Request permissions |
Events
• | run_time_permissions | – | Permission receiving event |