Difference between revisions of "PERMISSION DEBIT"
Jump to navigation
Jump to search
(Redirecting to Category:LSL Permissions/Script/PERMISSION DEBIT) |
m |
||
Line 1: | Line 1: | ||
{{LSL Constant | |||
|name=PERMISSION_DEBIT | |||
|type=integer | |||
|value={{LSL Hex|0x2|2}} | |||
|desc | |||
|examples | |||
|functions= | |||
{{LSL DefineRow||[[llGiveMoney]]|}} | |||
{{LSL DefineRow||[[llGetPermissions]]|Get the permissions granted}} | |||
{{LSL DefineRow||[[llRequestPermissions]]|Request permissions}} | |||
|events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}} | |||
|cat1=Money | |||
|cat2 | |||
|cat3 | |||
|cat4 | |||
}} |
Revision as of 03:51, 30 January 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 |