mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Add number of inventory items to information displayed via "show part" console command
This commit is contained in:
@@ -92,6 +92,15 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
QueryScriptStates();
|
||||
}
|
||||
}
|
||||
|
||||
public int Count
|
||||
{
|
||||
get
|
||||
{
|
||||
lock (m_items)
|
||||
return m_items.Count;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Constructor
|
||||
|
||||
Reference in New Issue
Block a user