LlGetInventoryDesc
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Contents |
Description
Function: string llGetInventoryDesc( string name );| REQUEST | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a string that is the description of the inventory item name.
| • string | name | – | name of an inventory item |
If the item does not exist, INVENTORY_NONE is returned (no errors or messages are generated).
See Also
Functions
| • | llGetInventoryName | – | Returns the inventory item's name | |
| • | llGetInventoryNumber | – | Returns the number of items of a specific type in inventory | |
| • | llGetInventoryType | – | Tests to see if an inventory item exists and returns it's type. | |
| • | llGetInventoryCreator | – | Returns the inventory item's creator | |
| • | llGetInventoryPermMask | – | Returns the inventory item's permissions | |
| • | llGetInventoryKey | – | Returns the inventory item's UUID (if full perm) |

