(re)implement selected prim count.

This does not currently count objects that are sat upon (which the viewer ui implies should be included in this count)
This commit is contained in:
Justin Clark-Casey (justincc)
2011-03-30 00:13:07 +01:00
parent f754dedbef
commit 8b16f7d976
4 changed files with 73 additions and 25 deletions

View File

@@ -45,6 +45,11 @@ namespace OpenSim.Framework
/// Prims owned by others (not parcel owner or parcel group).
/// </summary>
int Others { get; }
/// <summary>
/// Selected prims
/// </summary>
int Selected { get; }
/// <summary>
/// Total prims on the parcel.