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

@@ -584,6 +584,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_LSL_Functions.llGetMass();
}
public LSL_Float llGetMassMKS()
{
return m_LSL_Functions.llGetMassMKS();
}
public LSL_Integer llGetMemoryLimit()
{
return m_LSL_Functions.llGetMemoryLimit();