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

@@ -547,5 +547,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Integer osApproxEquals(vector va, vector vb, LSL_Float margin);
LSL_Integer osApproxEquals(rotation ra, rotation rb);
LSL_Integer osApproxEquals(rotation ra, rotation rb, LSL_Float margin);
LSL_Key osGetInventoryLastOwner(string itemNameOrId);
}
}