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

Prim ownership information for a specified owner on a single parcel
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property 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
return int

IsGroupOwned public_oe property

True if the OwnerID is a Group
public bool IsGroupOwned
return bool

OnlineStatus public_oe property

True if the owner is online This is no longer used by the LL Simulators
public bool OnlineStatus
return 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
return UUID

TimeStamp public_oe property

The date the most recent prim was rezzed
public DateTime,System TimeStamp
return System.DateTime