Difference between revisions of "LlGetInventoryDesc"

From Second Life Wiki
Jump to navigation Jump to search
(Changed parameters to fit the pattern of the other llGetInventory* functions.)
m
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|issues={{Issue/V1|SCR-11|type=fs|string llGetInventoryDesc(string name)}}
|func_id
|func_id
|mode=request
|mode=request
Line 7: Line 8:
|return_type=string
|return_type=string
|p1_type=string|p1_name=name|p1_desc=name of an inventory item
|p1_type=string|p1_name=name|p1_desc=name of an inventory item
|func_footnote=If the item does not exist, [[INVENTORY_NONE]] is returned (no errors or messages are generated).
|func_footnote=If the item does not exist, [[EOF]] is returned (no errors or messages are generated).
|func_desc
|func_desc
|return_text=that is the description of the inventory item '''name'''.
|return_text=that is the description of the inventory item '''name'''.
Line 24: Line 25:
|also_tests
|also_tests
|also_articles
|also_articles
|notes
|notes=
Very useful for recognizing versions and features of Inventory.
|permission
|permission
|sort=GetInventoryDesc
|sort=GetInventoryDesc

Revision as of 15:15, 26 September 2013

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: string llGetInventoryDesc( string name );
REQUEST Function ID
0.0 Forced 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, EOF is returned (no errors or messages are generated).

Examples

Notes

Very useful for recognizing versions and features of Inventory.

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)

Deep Notes

All Issues

~ Search JIRA for related Issues
   string llGetInventoryDesc(string name)

Signature

//function string llGetInventoryDesc( string name );