add llGetInventoryAcquireTime

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Jeff Kelley
2023-01-26 07:15:50 +00:00
committed by UbitUmarov
parent da59cb659b
commit f3b2b4eed6
3 changed files with 21 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Vector llGetGeometricCenter();
LSL_Float llGetGMTclock();
LSL_String llGetHTTPHeader(LSL_Key request_id, string header);
LSL_String llGetInventoryAcquireTime(string item);
LSL_Key llGetInventoryCreator(string item);
LSL_Key llGetInventoryKey(string name);
LSL_String llGetInventoryName(int type, int number);