Mantis 6280: llSetContentType(). An implementation.

An implimentation of llSetContentType including all of the new
constants added since the mantis was raised.
This commit is contained in:
Talun
2013-06-12 00:06:08 +01:00
committed by Justin Clark-Casey (justincc)
parent fc89bde044
commit f074739e33
4 changed files with 84 additions and 0 deletions

View File

@@ -1528,6 +1528,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
m_LSL_Functions.llSetColor(color, face);
}
public void llSetContentType(LSL_Key id, LSL_Integer type)
{
m_LSL_Functions.llSetContentType(id, type);
}
public void llSetDamage(double damage)
{
m_LSL_Functions.llSetDamage(damage);