C# 클래스 DarkEmu_GameServer.ScriptCommand

파일 보기 프로젝트 열기: CarlosX/DarkEmu 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string line ) : ScriptCommand
ScriptCommand ( ) : System
ScriptCommand ( string commandLine ) : System
ScriptCommand ( string type, List parm ) : System

메소드 상세

Parse() 공개 메소드

public Parse ( string line ) : ScriptCommand
line string
리턴 ScriptCommand

ScriptCommand() 공개 메소드

public ScriptCommand ( ) : System
리턴 System

ScriptCommand() 공개 메소드

public ScriptCommand ( string commandLine ) : System
commandLine string
리턴 System

ScriptCommand() 공개 메소드

public ScriptCommand ( string type, List parm ) : System
type string
parm List
리턴 System