mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
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:
committed by
Justin Clark-Casey (justincc)
parent
fc89bde044
commit
f074739e33
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user