New command: show pending-objects

This commit is contained in:
Diva Canto
2011-02-06 19:39:29 -08:00
parent 2c7e87c45b
commit 98ea78fc77
3 changed files with 31 additions and 0 deletions

View File

@@ -205,6 +205,14 @@ namespace OpenSim.Region.Framework.Scenes
Reset();
}
public int GetPendingObjectsCount()
{
if (m_pendingObjects != null)
return m_pendingObjects.Count;
return 0;
}
public class ScenePartUpdate
{
public UUID FullID;