diff options
author | Alan Webb | 2009-08-03 23:07:12 -0400 |
---|---|---|
committer | dr scofield (aka dirk husemann) | 2009-08-04 11:44:22 +0200 |
commit | 068f54725ba5cc658257b5e0f4b9d7c51638c376 (patch) | |
tree | 5eacde581adab1eeed28f7925a9bed32c3189ba5 /OpenSim/Region/ScriptEngine/Interfaces | |
parent | This change adds support for the attach event in scripts. (diff) | |
download | opensim-SC_OLD-068f54725ba5cc658257b5e0f4b9d7c51638c376.zip opensim-SC_OLD-068f54725ba5cc658257b5e0f4b9d7c51638c376.tar.gz opensim-SC_OLD-068f54725ba5cc658257b5e0f4b9d7c51638c376.tar.bz2 opensim-SC_OLD-068f54725ba5cc658257b5e0f4b9d7c51638c376.tar.xz |
Slight change to state management for attach scheduling.
Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Interfaces')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs index c2fce2f..f49aea8 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | |||
@@ -40,7 +40,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
40 | { | 40 | { |
41 | NewRez = 0, | 41 | NewRez = 0, |
42 | PrimCrossing = 1, | 42 | PrimCrossing = 1, |
43 | ScriptedRez = 2 | 43 | ScriptedRez = 2, |
44 | AttachedRez = 3 | ||
44 | } | 45 | } |
45 | 46 | ||
46 | public interface IScriptWorkItem | 47 | public interface IScriptWorkItem |