aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorUbitUmarov2019-04-08 13:50:51 +0100
committerUbitUmarov2019-04-08 13:50:51 +0100
commitb104934a258c34a77c0470b8495d9d286c82f4f5 (patch)
treedab6471bc23aea9ebea3f1132a99d958be63552f /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentmake robust ban by MAC options visible, thx Bill Blight (diff)
downloadopensim-SC-b104934a258c34a77c0470b8495d9d286c82f4f5.zip
opensim-SC-b104934a258c34a77c0470b8495d9d286c82f4f5.tar.gz
opensim-SC-b104934a258c34a77c0470b8495d9d286c82f4f5.tar.bz2
opensim-SC-b104934a258c34a77c0470b8495d9d286c82f4f5.tar.xz
add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever
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 49b3f74..26bac00 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -549,5 +549,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
549 LSL_String osGetInventoryName(LSL_Key itemId); 549 LSL_String osGetInventoryName(LSL_Key itemId);
550 LSL_String osGetInventoryDesc(LSL_String itemNameOrId); 550 LSL_String osGetInventoryDesc(LSL_String itemNameOrId);
551 LSL_Key osGetLastChangedEventKey(); 551 LSL_Key osGetLastChangedEventKey();
552 LSL_Float osGetPSTWallclock();
552 } 553 }
553} 554}