C# Класс OpenMetaverse.ParcelAccessListReplyEventArgs

Contains blacklist and whitelist data returned from the simulator in response to an RequestParcelAccesslist request
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ParcelAccessListReplyEventArgs ( Simulator simulator, int sequenceID, int localID, uint flags, List accessEntries ) : System

Construct a new instance of the ParcelAccessListReplyEventArgs class

Описание методов

ParcelAccessListReplyEventArgs() публичный Метод

Construct a new instance of the ParcelAccessListReplyEventArgs class
public ParcelAccessListReplyEventArgs ( Simulator simulator, int sequenceID, int localID, uint flags, List accessEntries ) : System
simulator Simulator The simulator the parcel is located in
sequenceID int The user assigned ID used to correlate a request with /// these results
localID int The simulator specific ID of the parcel
flags uint TODO:
accessEntries List The list containing the white/blacklisted agents for the parcel
Результат System