C# Class ACR_ServerCommunicator.GameWorldManager.IPC_EVENT

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

Méthodes publiques

Свойство Type Description
DestinationPlayerId int
DestinationServerId int
EventText string
EventType int
SourcePlayerId int
SourceServerId int

Property Details

DestinationPlayerId public_oe property

public int DestinationPlayerId
Résultat int

DestinationServerId public_oe property

public int DestinationServerId
Résultat int

EventText public_oe property

public string EventText
Résultat string

EventType public_oe property

public int EventType
Résultat int

SourcePlayerId public_oe property

public int SourcePlayerId
Résultat int

SourceServerId public_oe property

public int SourceServerId
Résultat int