메소드 | 설명 | |
---|---|---|
CommandHandler ( String cmd ) : System |
Initializes a new instance of the class.
|
|
Execute ( bool &handled ) : bool |
Executes the command
|
public CommandHandler ( String cmd ) : System | ||
cmd | String | the command |
리턴 | System |
public Execute ( bool &handled ) : bool | ||
handled | bool | was the command handled? |
리턴 | bool |