Difference between revisions of "LlGetInventoryKey"

From Second Life Wiki
Jump to navigation Jump to search
(add cat...=Key for functions returning each kind of key, like we did for String long ago)
Line 22: Line 22:
|notes
|notes
|cat1=Inventory
|cat1=Inventory
|cat2
|cat2=Key
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 21:45, 11 January 2008

Summary

Function: key llGetInventoryKey( string name );

Returns a key that is the UUID of the inventory name

• string name an item in the inventory of the prim this script is in

If item is not copy, mod, trans then the return is NULL_KEY

Caveats

  • If name is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function key llGetInventoryKey( string name );