diff options
author | Marck | 2010-11-26 22:46:48 +0100 |
---|---|---|
committer | Marck | 2010-11-26 22:46:48 +0100 |
commit | 2827deffe822378b6cb35dac6c90a21c3fbc0de7 (patch) | |
tree | cbb66c64b72892d850007fd8ff64b830216a2337 /OpenSim/Region/ScriptEngine/Interfaces | |
parent | Fix handling of landmarks for systems with culture settings other than en_US.... (diff) | |
download | opensim-SC-2827deffe822378b6cb35dac6c90a21c3fbc0de7.zip opensim-SC-2827deffe822378b6cb35dac6c90a21c3fbc0de7.tar.gz opensim-SC-2827deffe822378b6cb35dac6c90a21c3fbc0de7.tar.bz2 opensim-SC-2827deffe822378b6cb35dac6c90a21c3fbc0de7.tar.xz |
Trigger changed event with CHANGED_TELEPORT when teleporting to another region.
Diffstat (limited to '')
-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 0c99d8c..8b7871b 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | |||
@@ -42,7 +42,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
42 | NewRez = 1, | 42 | NewRez = 1, |
43 | PrimCrossing = 2, | 43 | PrimCrossing = 2, |
44 | ScriptedRez = 3, | 44 | ScriptedRez = 3, |
45 | AttachedRez = 4 | 45 | AttachedRez = 4, |
46 | Teleporting = 5 | ||
46 | } | 47 | } |
47 | 48 | ||
48 | public interface IScriptWorkItem | 49 | public interface IScriptWorkItem |