Method | Description | |
---|---|---|
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 |
return | System |
public Execute ( bool &handled ) : bool | ||
handled | bool | was the command handled? |
return | bool |