C# Class ACR_ServerCommunicator.ShutdownServerEvent

This event encapsulates data relating to a request to stop the game server process.
Inheritance: IGameEventQueueEvent
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Methods

Method Description
DispatchEvent ( ACR_ServerCommunicator Script, ALFA Database ) : void

Dispatch the event (in a script context).

ShutdownServerEvent ( string Message ) : System

Create a new ShutdownServerEvent.

Method Details

DispatchEvent() public method

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.
return void

ShutdownServerEvent() public method

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