Function Blam::Console::UnregisterCommand

Function Documentation

void Blam::Console::UnregisterCommand(std::string name)

Unregisters the console command with the specified name.

After calling this, the specified command will no longer be usable in scripts or from console

Parameters
  • name: - The name of the command to be unregistered.