aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorTalun2014-05-02 19:48:22 +0100
committerJustin Clark-Casey (justincc)2014-05-06 17:31:21 +0100
commitc9742c826d7bf2bd0f99c93cf7ecb4edc9940064 (patch)
tree367fe21582bde3356f3892af77b2232ab4f56c42 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentminor: Change configuration text in config files to reflect the existing situ... (diff)
downloadopensim-SC-c9742c826d7bf2bd0f99c93cf7ecb4edc9940064.zip
opensim-SC-c9742c826d7bf2bd0f99c93cf7ecb4edc9940064.tar.gz
opensim-SC-c9742c826d7bf2bd0f99c93cf7ecb4edc9940064.tar.bz2
opensim-SC-c9742c826d7bf2bd0f99c93cf7ecb4edc9940064.tar.xz
Mantis 7146 The lsl function llGetMassMKS is not implemented
This patch implements llGetMassMKS as it is described in the wiki http://wiki.secondlife.com/wiki/LlGetMassMKS
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 340edb3..18a1e84 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -149,6 +149,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
149 LSL_Vector llGetLocalPos(); 149 LSL_Vector llGetLocalPos();
150 LSL_Rotation llGetLocalRot(); 150 LSL_Rotation llGetLocalRot();
151 LSL_Float llGetMass(); 151 LSL_Float llGetMass();
152 LSL_Float llGetMassMKS();
152 LSL_Integer llGetMemoryLimit(); 153 LSL_Integer llGetMemoryLimit();
153 void llGetNextEmail(string address, string subject); 154 void llGetNextEmail(string address, string subject);
154 LSL_String llGetNotecardLine(string name, int line); 155 LSL_String llGetNotecardLine(string name, int line);