Fix StateSource constants, provide RegionStart

avinationmerge
Tom 2010-08-06 06:41:25 -07:00
parent a636af13e7
commit 3ce335c6f8
1 changed files with 5 additions and 4 deletions

View File

@ -38,10 +38,11 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
{ {
public enum StateSource public enum StateSource
{ {
NewRez = 0, RegionStart = 0,
PrimCrossing = 1, NewRez = 1,
ScriptedRez = 2, PrimCrossing = 2,
AttachedRez = 3 ScriptedRez = 3,
AttachedRez = 4
} }
public interface IScriptWorkItem public interface IScriptWorkItem