C4 Engine
C4 Engine API Documentation

InterfaceMgr::ConsoleEnabled

Defined in:  C4Interface.h
Returns a boolean value indicated whether the console is enabled.
Prototype

bool ConsoleEnabled(voidconst;

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

InterfaceMgr::EnableConsole

InterfaceMgr::DisableConsole