C# Класс ACR_ServerCommunicator.GameWorldManager.SynchronizeIPCEventQueueRow

This structure contains rowset data for a synchronization round of the online character query.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DestinationPlayerId int
DestinationServerId int
EventText string
EventType int
RecordId int
SourcePlayerId int
SourceServerId int

Описание свойств

DestinationPlayerId публичное свойство

public int DestinationPlayerId
Результат int

DestinationServerId публичное свойство

public int DestinationServerId
Результат int

EventText публичное свойство

public string EventText
Результат string

EventType публичное свойство

public int EventType
Результат int

RecordId публичное свойство

public int RecordId
Результат int

SourcePlayerId публичное свойство

public int SourcePlayerId
Результат int

SourceServerId публичное свойство

public int SourceServerId
Результат int