C# Class OpenMetaverse.ParcelObjectOwnersReplyEventArgs

Contains blacklist and whitelist data returned from the simulator in response to an RequestParcelAccesslist request
Inheritance: System.EventArgs
显示文件 Open project: Virtual-Universe/Virtual-LibOMV Class Usage Examples

Public Methods

Method Description
ParcelObjectOwnersReplyEventArgs ( Simulator simulator, List primOwners ) : System

Construct a new instance of the ParcelObjectOwnersReplyEventArgs class

Method Details

ParcelObjectOwnersReplyEventArgs() public method

Construct a new instance of the ParcelObjectOwnersReplyEventArgs class
public ParcelObjectOwnersReplyEventArgs ( Simulator simulator, List primOwners ) : System
simulator Simulator The simulator the parcel is located in
primOwners List The list containing prim ownership counts
return System