Skip to content

llRequestInventoryData

function ll.RequestInventoryData(InventoryItem: string): string

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.

Parameters
InventoryItem (string)

Add example usage here showing SLua/Luau syntax with ll.RequestInventoryData().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.