C# Class ACR_ServerCommunicator.CharacterPartEvent

This event encapsulates data relating to a character that has gone offline from a given server.
Inheritance: IGameEventQueueEvent
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Methods

Method Description
CharacterPartEvent ( ACR_ServerCommunicator.GameCharacter Character, bool IsDM, GameServer Server ) : System

Create a new CharacterPartEvent.

DispatchEvent ( ACR_ServerCommunicator Script, ALFA Database ) : void

Dispatch the event (in a script context).

Method Details

CharacterPartEvent() public method

Create a new CharacterPartEvent.
public CharacterPartEvent ( ACR_ServerCommunicator.GameCharacter Character, bool IsDM, GameServer Server ) : System
Character ACR_ServerCommunicator.GameCharacter Supplies the character.
IsDM bool Supplies true if the character was DM /// privileged at part time.
Server GameServer Supplies the server that the character has /// parted.
return System

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