mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
add LSL_Key osGetInventoryLastOwner(string itemNameorid)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user