InterfaceMgr::ConsoleEnabled
Defined in:
Returns a boolean value indicated whether the console is enabled.
C4Interface.h
Prototype
bool ConsoleEnabled(void) const;
Description
The ConsoleEnabled
function returns true
if the console is currently enabled and false
otherwise. The console is enabled by default when the engine starts up. The console can be disabled by calling the InterfaceMgr::DisableConsole
function.
See Also