MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / IConsoleClose

Function IConsoleClose

src/console_gui.cpp:442–445  ·  view source on GitHub ↗

Close the in-game console. */

Source from the content-addressed store, hash-verified

440
441/** Close the in-game console. */
442void IConsoleClose()
443{
444 if (_iconsole_mode == ICONSOLE_OPENED) IConsoleSwitch();
445}
446
447/**
448 * Add the entered line into the history so you can look it back

Callers 2

InitWindowSystemFunction · 0.85
ConScreenShotFunction · 0.85

Calls 1

IConsoleSwitchFunction · 0.85

Tested by

no test coverage detected