C# Class ACR_ServerCommunicator.PurgeCachedCharacterEvent

This event encapsulates data relating to a request to delete a cached character file from the local vault cache.
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).

PurgeCachedCharacterEvent ( ACR_ServerCommunicator.GamePlayer Player, string CharacterFileName ) : System

Create a new PurgeCachedCharacterEvent.

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

PurgeCachedCharacterEvent() public method

Create a new PurgeCachedCharacterEvent.
public PurgeCachedCharacterEvent ( ACR_ServerCommunicator.GamePlayer Player, string CharacterFileName ) : System
Player ACR_ServerCommunicator.GamePlayer Supplies the player whose vault should have /// the specific character file removed.
CharacterFileName string Supplies the character file name to /// delete. There should be no path separators, for example, /// "charfile.bic".
return System