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
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
PrimOwnersBlock PrimOwner[]

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

PrimOwnersBlock public_oe property

An Array of PrimOwner objects
public PrimOwner[] PrimOwnersBlock
return PrimOwner[]