Interpreter.h
virtual std::string operator()(const std::vector< std::string > &argvec)=0
The callback for the command invocation.
The interpreter provides a means to execute dynamic runtime behavior through text. This is most conventionally useful via the Console.
Definition: Interpreter.h:48
Definition: AssetID.h:37
virtual std::string Help() const =0
Function that contains text to be accessed when requesting documentation on the command.
void AddCommand(const std::string &cmd, Command *consoleCommand)
Sets a new console command.