mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
add llGetInventoryAcquireTime
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user