Difference between revisions of "LlRequestInventoryData"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 29: Line 29:
|cat1=Inventory
|cat1=Inventory
|cat2=Dataserver
|cat2=Dataserver
|cat3
|cat3=Landmark
|cat4
|cat4
}}
}}

Revision as of 02:59, 9 August 2007

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 an item in the inventory of the prim this script is in

name Type dataserver Description
Landmark (vector) The vector data received by dataserver is a global position as an offset from the current region's origin (<0,0,0>). To obtain the absolute global position of a landmark, add llGetRegionCorner() to the vector.

Caveats

  • This function causes the script to sleep for 1.0 seconds.
  • 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 llRequestInventoryData( string name );