C# 클래스 SagaMap.AtCommand

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ProcessBroadcast() 공개 메소드

public ProcessBroadcast ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessCash() 공개 메소드

public ProcessCash ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessCommand() 공개 메소드

public ProcessCommand ( MapClient client, string command ) : bool
client MapClient
command string
리턴 bool

ProcessCommandList() 공개 메소드

public ProcessCommandList ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessDie() 공개 메소드

public ProcessDie ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessFsay() 공개 메소드

public ProcessFsay ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessGMChat() 공개 메소드

public ProcessGMChat ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessHeal() 공개 메소드

public ProcessHeal ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessItem() 공개 메소드

public ProcessItem ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessKick() 공개 메소드

public ProcessKick ( MapClient client, string playername ) : void
client MapClient
playername string
리턴 void

ProcessKickAll() 공개 메소드

public ProcessKickAll ( MapClient client, string playername ) : void
client MapClient
playername string
리턴 void

ProcessLevel() 공개 메소드

public ProcessLevel ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessMute() 공개 메소드

public ProcessMute ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessNPC() 공개 메소드

public ProcessNPC ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessPCall() 공개 메소드

public ProcessPCall ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessPJump() 공개 메소드

public ProcessPJump ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessRCash() 공개 메소드

public ProcessRCash ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessRDie() 공개 메소드

public ProcessRDie ( MapClient client, string playername ) : void
client MapClient
playername string
리턴 void

ProcessRHeal() 공개 메소드

public ProcessRHeal ( MapClient client, string username ) : void
client MapClient
username string
리턴 void

ProcessRRes() 공개 메소드

public ProcessRRes ( MapClient client, string playername ) : void
client MapClient
playername string
리턴 void

ProcessRaw() 공개 메소드

public ProcessRaw ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessRes() 공개 메소드

public ProcessRes ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessTReset() 공개 메소드

public ProcessTReset ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessTime() 공개 메소드

public ProcessTime ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessTinfo() 공개 메소드

public ProcessTinfo ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessWeather() 공개 메소드

public ProcessWeather ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessWho() 공개 메소드

public ProcessWho ( MapClient client, string args ) : void
client MapClient
args string
리턴 void

ProcessWhopp() 공개 메소드

public ProcessWhopp ( MapClient client, string args ) : void
client MapClient
args string
리턴 void