Difference between revisions of "LSL Permissions/Script/PERMISSION DEBIT"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
|desc | |desc | ||
|examples | |examples | ||
|functions={{LSL DefineRow||[[llGetPermissions]]|}} | |functions= | ||
{{LSL DefineRow||[[llGiveMoney]]|}} | |||
{{LSL DefineRow||[[llGetPermissions]]|}} | |||
{{LSL DefineRow||[[llRequestPermissions]]|}} | {{LSL DefineRow||[[llRequestPermissions]]|}} | ||
|events={{LSL DefineRow||[[run_time_permissions]]|}} | |events={{LSL DefineRow||[[run_time_permissions]]|}} |
Revision as of 16:43, 27 February 2007
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