Difference between revisions of "INVENTORY TEXTURE"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{ | {{LSL Constant | ||
|name=INVENTORY_TEXTURE | |||
Specify the type of inventory item is a texture. | |type=integer | ||
== | |value=0 | ||
|desc=Specify the type of inventory item is a texture. | |||
|examples | |||
|functions={{LSL DefineRow||[[llGetPermissions]]|}} | |||
{{LSL DefineRow||[[llRequestPermissions]]|}} | |||
|events={{LSL DefineRow||[[run_time_permissions]]|}} | |||
|cat1=Inventory | |||
|cat2 | |||
|cat3 | |||
|cat4 | |||
}} |
Revision as of 14:49, 27 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer INVENTORY_TEXTURE = 0;The integer constant INVENTORY_TEXTURE has the value 0
Specify the type of inventory item is a texture.
Caveats