Make scripts in objects rezzed from script compile synchronously to close

a timing gap. Still not 100%, but getting there
This commit is contained in:
Melanie Thielker
2008-11-13 19:00:46 +00:00
parent ef601d805a
commit ca35b49b70
3 changed files with 16 additions and 38 deletions

View File

@@ -39,7 +39,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
public enum StateSource
{
NewRez = 0,
PrimCrossing = 1
PrimCrossing = 1,
ScriptedRez= 2
}
public interface IScriptWorkItem