ll.GetInventoryAcquireTime(InventoryItem: string) : string
Returns the time at which the item was placed into this prim's inventory as a timestamp.
ll.GetInventoryAcquireTime('test')
{
"def": "func",
"desc": "Returns the time at which the item was placed into this prim's inventory as a timestamp.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetInventoryAcquireTime",
"name": "GetInventoryAcquireTime",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "InventoryItem",
"desc": "Name of item in prim inventory.",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}