Function Blam::Console::GetCommandList

Function Documentation

std::map<std::string, Blam::Console::ConsoleCommand *> Blam::Console::GetCommandList()

Retrieves the list of all loaded console commands.

The key is the name of the command. The value is a pointer to the console command object.

Return

The map<> of commands.