C# Class OpenMetaverse.Messages.Linden.ParcelObjectOwnersReplyMessage.PrimOwner

Prim ownership information for a specified owner on a single parcel
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
Count int
IsGroupOwned bool
OnlineStatus bool
OwnerID UUID
TimeStamp System.DateTime

Property Details

Count public_oe property

The total number of prims
public int Count
Résultat int

IsGroupOwned public_oe property

True if the OwnerID is a Group
public bool IsGroupOwned
Résultat bool

OnlineStatus public_oe property

True if the owner is online This is no longer used by the LL Simulators
public bool OnlineStatus
Résultat bool

OwnerID public_oe property

The UUID of the prim owner, UUID.Zero if agent has no permission to view prim owner information
public UUID OwnerID
Résultat UUID

TimeStamp public_oe property

The date the most recent prim was rezzed
public DateTime,System TimeStamp
Résultat System.DateTime