From f6fe3dd7bdac248f9407f852858135a133b0b541 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 12 Jun 2021 19:18:23 +0200 Subject: [PATCH] Add llGetInventoryAcquireTime --- builtins.txt | 1 + fndata.txt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/builtins.txt b/builtins.txt index f24ae4d..17cb2e6 100644 --- a/builtins.txt +++ b/builtins.txt @@ -111,6 +111,7 @@ integer llGetFreeURLs( ) float llGetGMTclock( ) vector llGetGeometricCenter( ) string llGetHTTPHeader( key request_id, string header ) +string llGetInventoryAcquireTime( string item ) key llGetInventoryCreator( string item ) key llGetInventoryKey( string name ) string llGetInventoryName( integer type, integer number ) diff --git a/fndata.txt b/fndata.txt index 245570b..c54c53e 100644 --- a/fndata.txt +++ b/fndata.txt @@ -375,6 +375,8 @@ void llForceMouselook(integer mouselook) float llFrand(float mag) - unstable - SEF +# It's not really SEF, in that it supposedly updates the internal state, +# but assuming it's actually SEF is safe because the seed is unknown. key llGenerateKey() - unstable @@ -1598,6 +1600,10 @@ integer llOrd(string val, integer index) integer llOpenFloater(string title, string url, list params) - unstable +# (may fail if invoked a second time, e.g. if throttled) + +string llGetInventoryAcquireTime(string item) +- SEF ###################################################################