C# Class ACR_ServerCommunicator.GameWorldManager.IPC_EVENT

This structure contains the raw data for an IPC event queue entry.
Show file 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 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

SourcePlayerId public property

public int SourcePlayerId
return int

SourceServerId public property

public int SourceServerId
return int