Function Blam::Console::RunCommandLine

Function Documentation

HRESULT Blam::Console::RunCommandLine(std::string command_line)

Executed the provided string as a console command.

Return

Will always return S_OK.

Parameters
  • command_line: - The text that was typed into the console.