Function Blam::Console::Handlers::BooleanHandler

Function Documentation

CommandStatus Blam::Console::Handlers::BooleanHandler(bool *value, std::vector<std::string> arguments, ConsoleCommand *command)

Handler for boolean commands.

Return

The status of the execution. See Blam::Console::CommandStatus for details.

Parameters
  • value: - Pointer to the boolean value to be modified.

  • arguments: - List of arguments passed to the command from console.

  • command: - The command that called this handler.