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
This commit is contained in:
Talun
2014-05-02 19:48:22 +01:00
committed by Justin Clark-Casey (justincc)
parent 539165e6bd
commit c9742c826d
3 changed files with 13 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Vector llGetLocalPos();
LSL_Rotation llGetLocalRot();
LSL_Float llGetMass();
LSL_Float llGetMassMKS();
LSL_Integer llGetMemoryLimit();
void llGetNextEmail(string address, string subject);
LSL_String llGetNotecardLine(string name, int line);