diff options
author | Tedd Hansen | 2007-08-28 18:22:48 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-28 18:22:48 +0000 |
commit | 5a149084d4429a327b4fb3b9a97ced462653621c (patch) | |
tree | e25894fa74c81dbf45d84a9aa403afe9c4f6c3be /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler | |
parent | As part of our "we aim to please" commitment, have added the ability to creat... (diff) | |
download | opensim-SC_OLD-5a149084d4429a327b4fb3b9a97ced462653621c.zip opensim-SC_OLD-5a149084d4429a327b4fb3b9a97ced462653621c.tar.gz opensim-SC_OLD-5a149084d4429a327b4fb3b9a97ced462653621c.tar.bz2 opensim-SC_OLD-5a149084d4429a327b4fb3b9a97ced462653621c.tar.xz |
startup event on script added to object, not all inside object.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs index d57b9eb..90004b5 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | |||
@@ -13,6 +13,7 @@ using rotation = OpenSim.Region.ScriptEngine.Common.LSL_Types.Quaternion; | |||
13 | 13 | ||
14 | namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL | 14 | namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL |
15 | { | 15 | { |
16 | //[Serializable] | ||
16 | public class LSL_BaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface, IScript | 17 | public class LSL_BaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface, IScript |
17 | { | 18 | { |
18 | 19 | ||