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

@@ -518,6 +518,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_LSL_Functions.llGetHTTPHeader(request_id, header);
}
public LSL_String llGetInventoryAcquireTime(string item)
{
return m_LSL_Functions.llGetInventoryAcquireTime(item);
}
public LSL_Key llGetInventoryCreator(string item)
{
return m_LSL_Functions.llGetInventoryCreator(item);