add LSL_Key osGetInventoryLastOwner(string itemNameorid)

This commit is contained in:
UbitUmarov
2019-02-21 21:56:27 +00:00
parent 17ea412da1
commit 16596b6ad0
3 changed files with 26 additions and 2 deletions

View File

@@ -1366,5 +1366,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
{
return m_OSSL_Functions.osApproxEquals(ra, rb, margin);
}
public LSL_Key osGetInventoryLastOwner(string itemNameOrId)
{
return m_OSSL_Functions.osGetInventoryLastOwner(itemNameOrId);
}
}
}