OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Properties | List of all members
OpenSim.Framework.IPrimCounts Interface Reference
Inheritance diagram for OpenSim.Framework.IPrimCounts:
Inheritance graph
[legend]

Properties

int Owner [get]
 Parcel owner owned prims More...
 
int Group [get]
 Parcel group owned prims More...
 
int Others [get]
 Prims owned by others (not parcel owner or parcel group). More...
 
int Selected [get]
 Selected prims More...
 
int Total [get]
 Total prims on the parcel. More...
 
int Simulator [get]
 Prims on the simulator that are owned by the parcel owner, even if they are in other parcels. More...
 
IUserPrimCounts Users [get]
 Prims per individual users. More...
 

Detailed Description

Definition at line 32 of file IPrimCounts.cs.

Property Documentation

int OpenSim.Framework.IPrimCounts.Group
get

Parcel group owned prims

Definition at line 42 of file IPrimCounts.cs.

int OpenSim.Framework.IPrimCounts.Others
get

Prims owned by others (not parcel owner or parcel group).

Definition at line 47 of file IPrimCounts.cs.

int OpenSim.Framework.IPrimCounts.Owner
get

Parcel owner owned prims

Definition at line 37 of file IPrimCounts.cs.

int OpenSim.Framework.IPrimCounts.Selected
get

Selected prims

Definition at line 52 of file IPrimCounts.cs.

int OpenSim.Framework.IPrimCounts.Simulator
get

Prims on the simulator that are owned by the parcel owner, even if they are in other parcels.

Definition at line 62 of file IPrimCounts.cs.

int OpenSim.Framework.IPrimCounts.Total
get

Total prims on the parcel.

Definition at line 57 of file IPrimCounts.cs.

IUserPrimCounts OpenSim.Framework.IPrimCounts.Users
get

Prims per individual users.

Definition at line 67 of file IPrimCounts.cs.


The documentation for this interface was generated from the following file: