mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
(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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user