aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-14 05:43:21 +0000
committerTeravus Ovares2008-05-14 05:43:21 +0000
commit39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9 (patch)
tree620a8e288a0ad009033e3c20d60328fe17729ef9 /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
parentMore formatting cleanup. (diff)
downloadopensim-SC_OLD-39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9.zip
opensim-SC_OLD-39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9.tar.gz
opensim-SC_OLD-39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9.tar.bz2
opensim-SC_OLD-39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9.tar.xz
Applied Patch mantis 1220. Implements llGetStartParameter. Thanks!
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
index 61b577e..a061788 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
@@ -2202,8 +2202,8 @@ namespace OpenSim.Region.ScriptEngine.Common
2202 public LSL_Types.LSLInteger llGetStartParameter() 2202 public LSL_Types.LSLInteger llGetStartParameter()
2203 { 2203 {
2204 m_host.AddScriptLPS(1); 2204 m_host.AddScriptLPS(1);
2205 NotImplemented("llGetStartParameter"); 2205 // NotImplemented("llGetStartParameter");
2206 return 0; 2206 return m_host.ParentGroup.StartParameter;
2207 } 2207 }
2208 2208
2209 public void llGodLikeRezObject(string inventory, LSL_Types.Vector3 pos) 2209 public void llGodLikeRezObject(string inventory, LSL_Types.Vector3 pos)