InterfaceMgr::DisableConsole
Defined in:
Disables the console.
C4Interface.hPrototype
void DisableConsole(void);
Description
The DisableConsole function disables access to the console when the keyboard is in interface event mode. To disable the console when the keyboard is in game input mode, call the InputMgr::SetConsoleCallback function as well, passing nullptr as its first parameter.
See Also
