C# Class OpenMetaverse.Messages.Linden.ParcelObjectOwnersReplyMessage

Contains a list of prim owner information for a specific parcel in a simulator
A Simulator will always return at least 1 entry If agent does not have proper permission the OwnerID will be UUID.Zero If agent does not have proper permission OR there are no primitives on parcel the DataBlocksExtended map will not be sent from the simulator
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
PrimOwnersBlock PrimOwner[]

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

PrimOwnersBlock public_oe property

An Array of PrimOwner objects
public PrimOwner[] PrimOwnersBlock
Résultat PrimOwner[]