Difference between revisions of "PERMISSION DEBIT"
Jump to navigation
Jump to search
m |
m |
||
Line 6: | Line 6: | ||
|examples | |examples | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llTransferLindenDollars]]|}} | |||
{{LSL DefineRow||[[llGiveMoney]]|}} | {{LSL DefineRow||[[llGiveMoney]]|}} | ||
{{LSL DefineRow||[[llGetPermissions]]|Get the permissions granted}} | {{LSL DefineRow||[[llGetPermissions]]|Get the permissions granted}} |
Latest revision as of 04:54, 14 December 2013
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
• | llTransferLindenDollars | |||
• | llGiveMoney | |||
• | llGetPermissions | – | Get the permissions granted | |
• | llRequestPermissions | – | Request permissions |
Events
• | run_time_permissions | – | Permission receiving event |