aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorUbitUmarov2019-02-21 23:41:49 +0000
committerUbitUmarov2019-02-21 23:41:49 +0000
commit6e05695244173435067408e5716cb4bd2a2c0aef (patch)
treed0232db890fb96e9f64f3c38209fdfd9aa51f05d /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentlet Xengine also have that detectedkey (diff)
downloadopensim-SC-6e05695244173435067408e5716cb4bd2a2c0aef.zip
opensim-SC-6e05695244173435067408e5716cb4bd2a2c0aef.tar.gz
opensim-SC-6e05695244173435067408e5716cb4bd2a2c0aef.tar.bz2
opensim-SC-6e05695244173435067408e5716cb4bd2a2c0aef.tar.xz
add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) but don't tell anyone
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 711108b..8333af8 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -550,5 +550,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
550 LSL_Key osGetInventoryLastOwner(LSL_String itemNameOrId); 550 LSL_Key osGetInventoryLastOwner(LSL_String itemNameOrId);
551 LSL_String osGetInventoryName(LSL_Key itemId); 551 LSL_String osGetInventoryName(LSL_Key itemId);
552 LSL_String osGetInventoryDescription(LSL_String itemNameOrId); 552 LSL_String osGetInventoryDescription(LSL_String itemNameOrId);
553 LSL_Key osGetLastChangedEventKey();
553 } 554 }
554} 555}