C# Class ACR_ServerCommunicator.GameWorldManager.SynchronizeIPCEventQueueRow

This structure contains rowset data for a synchronization round of the online character query.
Mostrar archivo 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_oe property

public int DestinationPlayerId
return int

DestinationServerId public_oe property

public int DestinationServerId
return int

EventText public_oe property

public string EventText
return string

EventType public_oe property

public int EventType
return int

RecordId public_oe property

public int RecordId
return int

SourcePlayerId public_oe property

public int SourcePlayerId
return int

SourceServerId public_oe property

public int SourceServerId
return int