C# Class ACR_ServerCommunicator.GameWorldManager.SynchronizeIPCEventQueueRow

This structure contains rowset data for a synchronization round of the online character query.
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property Type Description
DestinationPlayerId int
DestinationServerId int
EventText string
EventType int
RecordId int
SourcePlayerId int
SourceServerId int

Property Details

DestinationPlayerId public property

public int DestinationPlayerId
return int

DestinationServerId public property

public int DestinationServerId
return int

EventText public property

public string EventText
return string

EventType public property

public int EventType
return int

RecordId public property

public int RecordId
return int

SourcePlayerId public property

public int SourcePlayerId
return int

SourceServerId public property

public int SourceServerId
return int