C# Class SagaMap.AtCommand

Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
ProcessBroadcast ( MapClient client, string args ) : void
ProcessCash ( MapClient client, string args ) : void
ProcessCommand ( MapClient client, string command ) : bool
ProcessCommandList ( MapClient client, string args ) : void
ProcessDie ( MapClient client, string args ) : void
ProcessFsay ( MapClient client, string args ) : void
ProcessGMChat ( MapClient client, string args ) : void
ProcessHeal ( MapClient client, string args ) : void
ProcessItem ( MapClient client, string args ) : void
ProcessKick ( MapClient client, string playername ) : void
ProcessKickAll ( MapClient client, string playername ) : void
ProcessLevel ( MapClient client, string args ) : void
ProcessMute ( MapClient client, string args ) : void
ProcessNPC ( MapClient client, string args ) : void
ProcessPCall ( MapClient client, string args ) : void
ProcessPJump ( MapClient client, string args ) : void
ProcessRCash ( MapClient client, string args ) : void
ProcessRDie ( MapClient client, string playername ) : void
ProcessRHeal ( MapClient client, string username ) : void
ProcessRRes ( MapClient client, string playername ) : void
ProcessRaw ( MapClient client, string args ) : void
ProcessRes ( MapClient client, string args ) : void
ProcessTReset ( MapClient client, string args ) : void
ProcessTime ( MapClient client, string args ) : void
ProcessTinfo ( MapClient client, string args ) : void
ProcessWeather ( MapClient client, string args ) : void
ProcessWho ( MapClient client, string args ) : void
ProcessWhopp ( MapClient client, string args ) : void

Private Methods

Méthode Description
AtCommand ( ) : System
ProcessCallAll ( MapClient client, string args ) : void
ProcessCallMap ( MapClient client, string args ) : void
ProcessGC ( MapClient client, string args ) : void
ProcessGetHeight ( MapClient client, string args ) : void
ProcessInfo ( MapClient client, string args ) : void
ProcessJump ( MapClient client, string args ) : void
ProcessLie ( MapClient client, string args ) : void
ProcessMap ( MapClient client, string args ) : void
ProcessRInfo ( MapClient client, string args ) : void
ProcessRJump ( MapClient client, string args ) : void
ProcessReloadConfig ( MapClient client, string args ) : void
ProcessReloadScript ( MapClient client, string args ) : void
ProcessSpawn ( MapClient client, string args ) : void
ProcessSpeed ( MapClient client, string args ) : void
ProcessTest ( MapClient client, string args ) : void
ProcessTest2 ( MapClient client, string args ) : void
ProcessTest3 ( MapClient client, string args ) : void
ProcessWhere ( MapClient client, string args ) : void
ProcessWho2 ( MapClient client, string args ) : void
ProcessYell ( MapClient client, string args ) : void

Method Details

ProcessBroadcast() public méthode

public ProcessBroadcast ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessCash() public méthode

public ProcessCash ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( MapClient client, string command ) : bool
client MapClient
command string
Résultat bool

ProcessCommandList() public méthode

public ProcessCommandList ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessDie() public méthode

public ProcessDie ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessFsay() public méthode

public ProcessFsay ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessGMChat() public méthode

public ProcessGMChat ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessHeal() public méthode

public ProcessHeal ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessItem() public méthode

public ProcessItem ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessKick() public méthode

public ProcessKick ( MapClient client, string playername ) : void
client MapClient
playername string
Résultat void

ProcessKickAll() public méthode

public ProcessKickAll ( MapClient client, string playername ) : void
client MapClient
playername string
Résultat void

ProcessLevel() public méthode

public ProcessLevel ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessMute() public méthode

public ProcessMute ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessNPC() public méthode

public ProcessNPC ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessPCall() public méthode

public ProcessPCall ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessPJump() public méthode

public ProcessPJump ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessRCash() public méthode

public ProcessRCash ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessRDie() public méthode

public ProcessRDie ( MapClient client, string playername ) : void
client MapClient
playername string
Résultat void

ProcessRHeal() public méthode

public ProcessRHeal ( MapClient client, string username ) : void
client MapClient
username string
Résultat void

ProcessRRes() public méthode

public ProcessRRes ( MapClient client, string playername ) : void
client MapClient
playername string
Résultat void

ProcessRaw() public méthode

public ProcessRaw ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessRes() public méthode

public ProcessRes ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessTReset() public méthode

public ProcessTReset ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessTime() public méthode

public ProcessTime ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessTinfo() public méthode

public ProcessTinfo ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessWeather() public méthode

public ProcessWeather ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessWho() public méthode

public ProcessWho ( MapClient client, string args ) : void
client MapClient
args string
Résultat void

ProcessWhopp() public méthode

public ProcessWhopp ( MapClient client, string args ) : void
client MapClient
args string
Résultat void