diff options
author | lbsa71 | 2007-08-22 16:04:04 +0000 |
---|---|---|
committer | lbsa71 | 2007-08-22 16:04:04 +0000 |
commit | 5403153c15ed9751a6e86b3e525475c60cc6aa0e (patch) | |
tree | cf26b50df838a0bc1c99279348a0a0943751014d /OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs | |
parent | * Added stub OnRezScript handler with plentiful of comments (diff) | |
download | opensim-SC_OLD-5403153c15ed9751a6e86b3e525475c60cc6aa0e.zip opensim-SC_OLD-5403153c15ed9751a6e86b3e525475c60cc6aa0e.tar.gz opensim-SC_OLD-5403153c15ed9751a6e86b3e525475c60cc6aa0e.tar.bz2 opensim-SC_OLD-5403153c15ed9751a6e86b3e525475c60cc6aa0e.tar.xz |
A case of 'while I was working someone set me up the bomb'.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs index 90ea01b..2786943 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs | |||
@@ -32,6 +32,7 @@ using System.Text; | |||
32 | using OpenSim.Framework.Console; | 32 | using OpenSim.Framework.Console; |
33 | //using OpenSim.Region.Environment.Scenes; | 33 | //using OpenSim.Region.Environment.Scenes; |
34 | using OpenSim.Region.Environment.Scenes.Scripting; | 34 | using OpenSim.Region.Environment.Scenes.Scripting; |
35 | using libsecondlife; | ||
35 | 36 | ||
36 | namespace OpenSim.Region.ScriptEngine.DotNetEngine | 37 | namespace OpenSim.Region.ScriptEngine.DotNetEngine |
37 | { | 38 | { |
@@ -82,7 +83,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine | |||
82 | 83 | ||
83 | } | 84 | } |
84 | 85 | ||
85 | private void NewRezScriptHandler(uint localID, string script) | 86 | private void NewRezScriptHandler(uint localID, LLUUID itemID, string script) |
86 | { | 87 | { |
87 | // TODO: Add code to compile script and wire up script to object | 88 | // TODO: Add code to compile script and wire up script to object |
88 | // Either the script is a stand-alone entity with a reference to public host, | 89 | // Either the script is a stand-alone entity with a reference to public host, |