llGetInventoryAcquireTime

From Second Life Wiki
Revision as of 09:08, 28 May 2021 by Rider Linden (talk | contribs) (Created page with "{{LSL_Function |inject-2={{LSL_Function/inventory|item|uuid=false}} |func_sleep=0.0|func_energy=10.0 |func=llGetInventoryAcquireTime|return_type=string|p1_type=string|p1_name=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: string llGetInventoryAcquireTime( string item );

Returns a string of the timestamp that the item was added to the prim's inventory.

• string item an item in the inventory of the prim this script is in

Caveats

  • If item is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llGetInventoryCreator Returns the inventory item's creator
•  llGetInventoryName Returns the inventory item's name
•  llGetInventoryType Tests to see if an inventory item exists and returns its type
•  llGetInventoryNumber Returns the number of items of a specific type in inventory
•  llGetInventoryPermMask Returns the inventory item's permissions
•  llGetInventoryKey Returns the inventory item's UUID (if full perm)

Deep Notes

Search JIRA for related Issues

Signature

function string llGetInventoryAcquireTime( string item );