ll.RequestInventoryData(InventoryItem: string) : uuid
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.
ll.RequestInventoryData('test')
{
"def": "func",
"desc": "Requests data for the named InventoryItem.\nWhen data is available, the dataserver event will be raised with the key returned from this function in the requested parameter.\nThe 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.",
"energy": 10,
"sleep": 1,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlRequestInventoryData",
"name": "RequestInventoryData",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"uuid"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "InventoryItem",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}