Class ListLevelsCommand

Inheritance Relationships

Base Type

Class Documentation

class ListLevelsCommand : public Blam::Console::ConsoleCommand

Class for the list_levels command.

This command shows a list of all levels detected within the engine’s level directory.

Public Functions

ListLevelsCommand()
~ListLevelsCommand()
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.