C# Class OpenMetaverse.ParcelManager.ParcelPrimOwners

Owners of primitives on parcel
Datei anzeigen Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
Count int
IsGroupOwned bool
NewestPrim System.DateTime
OnlineStatus bool
OwnerID UUID

Property Details

Count public_oe property

Total count of prims owned by OwnerID
public int Count
return int

IsGroupOwned public_oe property

True of owner is group
public bool IsGroupOwned
return bool

NewestPrim public_oe property

The date of the most recent prim left by OwnerID
public DateTime,System NewestPrim
return System.DateTime

OnlineStatus public_oe property

true of OwnerID is currently online and is not a group
public bool OnlineStatus
return bool

OwnerID public_oe property

Prim Owners T:OpenMetaverse.UUID
public UUID OwnerID
return UUID