Merge branch 'master' into careminster

This commit is contained in:
Melanie
2012-10-18 23:48:35 +01:00
3 changed files with 101 additions and 36 deletions

View File

@@ -97,6 +97,15 @@ namespace OpenSim.Region.Framework.Scenes
QueryScriptStates();
}
}
public int Count
{
get
{
lock (m_items)
return m_items.Count;
}
}
/// <summary>
/// Constructor