Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void IConsoleFree()
76
{
77
IConsoleGUIFree();
78
CloseConsoleLogIfActive();
79
}
80
81
/**
82
* Handle the printing of text entered into the console or redirected there
Callers
1
ShutdownGame
Function · 0.85
Calls
2
IConsoleGUIFree
Function · 0.85
CloseConsoleLogIfActive
Function · 0.85
Tested by
no test coverage detected