C# Class ACR_ServerCommunicator.GameWorldManager.IPC_EVENT

This structure contains the raw data for an IPC event queue entry.
Mostrar archivo Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
DestinationPlayerId int
DestinationServerId int
EventText string
EventType 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

SourcePlayerId public_oe property

public int SourcePlayerId
return int

SourceServerId public_oe property

public int SourceServerId
return int