aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorUbitUmarov2016-07-04 08:29:26 +0100
committerUbitUmarov2016-07-04 08:29:26 +0100
commitac72598c6bd974c426863262a1c5ac9210bd986c (patch)
treef1b1f42e5572044be5592162681273aee12af888 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentNew config var: DisableObjectTransfer. If set to True, objects never cross; i... (diff)
downloadopensim-SC-ac72598c6bd974c426863262a1c5ac9210bd986c.zip
opensim-SC-ac72598c6bd974c426863262a1c5ac9210bd986c.tar.gz
opensim-SC-ac72598c6bd974c426863262a1c5ac9210bd986c.tar.bz2
opensim-SC-ac72598c6bd974c426863262a1c5ac9210bd986c.tar.xz
add OSSL osGetPhysicsEngineName(). this returns a string with name and version. does no permition checks or it whould be less usefull ( only ubOde returns value)
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 e1bb139..c1a177a 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -262,6 +262,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
262 string osGetSimulatorVersion(); 262 string osGetSimulatorVersion();
263 LSL_Integer osCheckODE(); 263 LSL_Integer osCheckODE();
264 string osGetPhysicsEngineType(); 264 string osGetPhysicsEngineType();
265 string osGetPhysicsEngineName();
265 Object osParseJSONNew(string JSON); 266 Object osParseJSONNew(string JSON);
266 Hashtable osParseJSON(string JSON); 267 Hashtable osParseJSON(string JSON);
267 268