C# 클래스 ACR_ServerCommunicator.ShutdownServerEvent

This event encapsulates data relating to a request to stop the game server process.
상속: IGameEventQueueEvent
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 메소드들

메소드 설명
DispatchEvent ( ACR_ServerCommunicator Script, ALFA Database ) : void

Dispatch the event (in a script context).

ShutdownServerEvent ( string Message ) : System

Create a new ShutdownServerEvent.

메소드 상세

DispatchEvent() 공개 메소드

Dispatch the event (in a script context).
public DispatchEvent ( ACR_ServerCommunicator Script, ALFA Database ) : void
Script ACR_ServerCommunicator Supplies the script object.
Database ALFA Supplies the database connection.
리턴 void

ShutdownServerEvent() 공개 메소드

Create a new ShutdownServerEvent.
public ShutdownServerEvent ( string Message ) : System
Message string Supplies the message text.
리턴 System