llRequestInventoryData

From Second Life Wiki
Revision as of 22:58, 22 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: key llRequestInventoryData( string name );

Requests data from objects inventory object. When data is available the dataserver event will be raised.
Returns a key that is used to identify the dataserver event when it is raise.

• string name a landmark in the inventory of the prim this script is in

Caveats

  • This function causes the script to sleep for 1.0 seconds.
  • If name is missing from the prim's inventory or it is not a landmark 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 llRequestInventoryData( string name );