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