프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Bans | List |
||
CurrentPlayers | string>.Dictionary | ||
KnownPlayers | Player>.Dictionary | ||
MaxPlayers | int | ||
Whitelist | List |
메소드 | 설명 | |
---|---|---|
Ban ( string name ) : void | ||
Close ( ) : void | ||
CurrentDomain_ProcessExit ( object sender, |
||
Give ( string name, short what, byte num ) : void | ||
IsBanned ( string name ) : bool | ||
Kick ( string name ) : void | ||
LoadConfig ( ) : void | ||
SaveConfig ( ) : void | ||
Say ( string val ) : void | ||
SendCommand ( string val ) : void | ||
ServerProcess_ErrorDataReceived ( object sender, |
||
ServerProcess_Exited ( object sender, |
||
ServerProcess_OutputDataReceived ( object sender, |
||
ServerWrapper ( ) : System | ||
SetupServer ( ) : void | ||
Start ( ) : void | ||
Stop ( bool permanently ) : void | ||
Unban ( string name ) : void |
메소드 | 설명 | |
---|---|---|
GetConfig ( string k ) : string | ||
GetServerMemory ( ) : string | ||
Load ( ) : void | ||
LoadPlugins ( |
||
ProcessChat ( string line ) : void | ||
ProcessEmote ( string line ) : void | ||
ProcessLogin ( string line ) : void | ||
ProcessQuit ( string line ) : void | ||
Save ( ) : void | ||
SetConfig ( string k, string v ) : void |
public CurrentDomain_ProcessExit ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
public Give ( string name, short what, byte num ) : void | ||
name | string | |
what | short | |
num | byte | |
리턴 | void |
public ServerProcess_ErrorDataReceived ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
public ServerProcess_Exited ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
public ServerProcess_OutputDataReceived ( object sender, |
||
sender | object | |
e | ||
리턴 | void |