aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorUbitUmarov2019-08-16 21:22:16 +0100
committerUbitUmarov2019-08-16 21:24:07 +0100
commit64c56fc52bec87395574ba07bd13d7cdde042ff0 (patch)
tree2f2a1a2ea856ac34fe79f232e565a3856690d815 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parent move file HGworldMapModule to where it belongs( runprebuild) (diff)
downloadopensim-SC-64c56fc52bec87395574ba07bd13d7cdde042ff0.zip
opensim-SC-64c56fc52bec87395574ba07bd13d7cdde042ff0.tar.gz
opensim-SC-64c56fc52bec87395574ba07bd13d7cdde042ff0.tar.bz2
opensim-SC-64c56fc52bec87395574ba07bd13d7cdde042ff0.tar.xz
mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory item ID within prim inventory. the llGetInventory does return the asset it, not item.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index 7c5ced8..c65b785 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -549,6 +549,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
549 LSL_Integer osApproxEquals(rotation ra, rotation rb); 549 LSL_Integer osApproxEquals(rotation ra, rotation rb);
550 LSL_Integer osApproxEquals(rotation ra, rotation rb, LSL_Float margin); 550 LSL_Integer osApproxEquals(rotation ra, rotation rb, LSL_Float margin);
551 LSL_Key osGetInventoryLastOwner(LSL_String itemNameOrId); 551 LSL_Key osGetInventoryLastOwner(LSL_String itemNameOrId);
552 LSL_Key osGetInventoryItemKey(LSL_String name);
552 LSL_String osGetInventoryName(LSL_Key itemId); 553 LSL_String osGetInventoryName(LSL_Key itemId);
553 LSL_String osGetInventoryDesc(LSL_String itemNameOrId); 554 LSL_String osGetInventoryDesc(LSL_String itemNameOrId);
554 LSL_Key osGetLastChangedEventKey(); 555 LSL_Key osGetLastChangedEventKey();