aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
diff options
context:
space:
mode:
authorTalun2013-06-12 00:06:08 +0100
committerJustin Clark-Casey (justincc)2013-06-15 00:06:03 +0100
commitf074739e3381f85a73dfddcb522c0060edede148 (patch)
tree2019acce336e2b52db760f4e83ad268e1f1d0364 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
parentMantis 6108: ossetprimitiveparams temporary/phantom problem (diff)
downloadopensim-SC_OLD-f074739e3381f85a73dfddcb522c0060edede148.zip
opensim-SC_OLD-f074739e3381f85a73dfddcb522c0060edede148.tar.gz
opensim-SC_OLD-f074739e3381f85a73dfddcb522c0060edede148.tar.bz2
opensim-SC_OLD-f074739e3381f85a73dfddcb522c0060edede148.tar.xz
Mantis 6280: llSetContentType(). An implementation.
An implimentation of llSetContentType including all of the new constants added since the mantis was raised.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
index 398c125..87cc342 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
@@ -1528,6 +1528,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
1528 m_LSL_Functions.llSetColor(color, face); 1528 m_LSL_Functions.llSetColor(color, face);
1529 } 1529 }
1530 1530
1531 public void llSetContentType(LSL_Key id, LSL_Integer type)
1532 {
1533 m_LSL_Functions.llSetContentType(id, type);
1534 }
1535
1531 public void llSetDamage(double damage) 1536 public void llSetDamage(double damage)
1532 { 1537 {
1533 m_LSL_Functions.llSetDamage(damage); 1538 m_LSL_Functions.llSetDamage(damage);