C# 클래스 Server.Commands.Generic.AddCommand
파일 보기
프로젝트 열기: Grimoric/RunUO.T2A
공개 메소드들
메소드 |
설명 |
|
AddCommand ( ) : System |
|
|
Execute ( CommandEventArgs e, object obj ) : void |
|
|
ValidateArgs ( Server.Commands.Generic.BaseCommandImplementor impl, CommandEventArgs e ) : bool |
|
|
메소드 상세
public Execute ( CommandEventArgs e, object obj ) : void |
e |
CommandEventArgs |
|
obj |
object |
|
리턴 |
void |
|
public ValidateArgs ( Server.Commands.Generic.BaseCommandImplementor impl, CommandEventArgs e ) : bool |
impl |
Server.Commands.Generic.BaseCommandImplementor |
|
e |
CommandEventArgs |
|
리턴 |
bool |
|