Skip to content

llRequestInventoryData

Function Syntax
key llRequestInventoryData(
  1. string InventoryItem
);

Requests data for the named InventoryItem.

When data is available, the dataserver event will be raised with the key returned from this function in the requested parameter.

The only request currently implemented is to request data from landmarks, where the data returned is in the form “<float, float, float>” which can be cast to a vector. This position is in region local coordinates.