ll.GetInventoryCreator(InventoryItem: string) : uuid
Returns a key for the creator of the inventory item. This function returns the UUID of the creator of item. If item is not found in inventory, the object says "No item named 'name'".
ll.GetInventoryCreator('test')
{
"def": "func",
"desc": "Returns a key for the creator of the inventory item.\nThis function returns the UUID of the creator of item. If item is not found in inventory, the object says \"No item named 'name'\".",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetInventoryCreator",
"name": "GetInventoryCreator",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"uuid"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "InventoryItem",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}