Persistent prim inventory phase 5. Restart scripts contained in persisted prims on region start.

No user functionality exposed yet - no ini switch to enable persistence or restore.  A bit more initial work to do.
This commit is contained in:
Justin Clarke Casey
2008-01-07 02:12:06 +00:00
parent f43e75762a
commit 3e75dede1b
9 changed files with 111 additions and 29 deletions

View File

@@ -36,7 +36,12 @@ namespace OpenSim.Region.Environment.Scenes
{
protected List<EntityBase> m_children;
public Scene m_scene;
protected Scene m_scene;
public Scene Scene
{
get { return m_scene; }
}
public LLUUID m_uuid;