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

Function IConsoleFree

src/console.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void IConsoleFree()
76{
77 IConsoleGUIFree();
78 CloseConsoleLogIfActive();
79}
80
81/**
82 * Handle the printing of text entered into the console or redirected there

Callers 1

ShutdownGameFunction · 0.85

Calls 2

IConsoleGUIFreeFunction · 0.85
CloseConsoleLogIfActiveFunction · 0.85

Tested by

no test coverage detected