ll.GetInventoryAcquireTime (InventoryItem: string) -> stringReturns 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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetInventoryAcquireTime",
"private": false,
"takesSelf": false,
"name": "GetInventoryAcquireTime",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "InventoryItem",
"desc": "Name of item in prim inventory.",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}