llRequestInventoryData
function ll.RequestInventoryData(InventoryItem: string): stringRequests 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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llRequestInventoryData