#include <debugger.hpp>
|
Data Fields inherited from Command |
| std::string | name |
| | The Command's name. When the user enters an input string, the first word is treated as the intended command name, and if the debugger finds a command with a matching name, it will attempt to run it. More...
|
| |
| std::string | shorthand |
| | Alternative shorthand name that also refers to this command. More...
|
| |
◆ StepCommand()
| StepCommand::StepCommand |
( |
| ) |
|
|
inline |
◆ run()
The Command's run() method is overloaded by each particular command to implement its particular behavior.
- Parameters
-
| arguments | Vector of string arguments from user |
| state | Reference to the ServerGameState instance maintained by the debugger. |
Implements Command.
The documentation for this class was generated from the following file: