diff options
author | UbitUmarov | 2019-02-21 23:41:49 +0000 |
---|---|---|
committer | UbitUmarov | 2019-02-21 23:41:49 +0000 |
commit | 6e05695244173435067408e5716cb4bd2a2c0aef (patch) | |
tree | d0232db890fb96e9f64f3c38209fdfd9aa51f05d /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | let Xengine also have that detectedkey (diff) | |
download | opensim-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.cs | 1 |
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 | } |