C# 클래스 ACR_ServerCommunicator.GameWorldManager.IPC_EVENT

This structure contains the raw data for an IPC event queue entry.
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DestinationPlayerId int
DestinationServerId int
EventText string
EventType int
SourcePlayerId int
SourceServerId int

프로퍼티 상세

DestinationPlayerId 공개적으로 프로퍼티

public int DestinationPlayerId
리턴 int

DestinationServerId 공개적으로 프로퍼티

public int DestinationServerId
리턴 int

EventText 공개적으로 프로퍼티

public string EventText
리턴 string

EventType 공개적으로 프로퍼티

public int EventType
리턴 int

SourcePlayerId 공개적으로 프로퍼티

public int SourcePlayerId
리턴 int

SourceServerId 공개적으로 프로퍼티

public int SourceServerId
리턴 int