llGetInventoryKey

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: key llGetInventoryKey( string name );
0.0 Forced Delay
10.0 Energy

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.

Examples

Deep Notes

Signature

function key llGetInventoryKey( string name );