Class ShowStatsCommand

Inheritance Relationships

Base Type

Class Documentation

class ShowStatsCommand : public Blam::Console::ConsoleCommand

Class for the show_stats command.

A legacy command from the ImGUI console which toggled the stats display. The display includes FPS, pointer location, frame times, and other information. The stats UI has not been reimplemented, and as such this command does not currently do anything.

Public Functions

ShowStatsCommand()
~ShowStatsCommand()
CommandStatus onCommand(std::vector<std::string> arguments)

Called upon command execution.

Return

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

Parameters
  • arguments: - The list of arguments passed to the command. Any space character in the command line is treated as a new argument.