Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ IConsoleClearBuffer
Function
IConsoleClearBuffer
src/console_gui.cpp:397–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
}
396
397
void IConsoleClearBuffer()
398
{
399
_iconsole_buffer.clear();
400
}
401
402
void IConsoleGUIFree()
403
{
Callers
3
IConsoleGUIInit
Function · 0.85
IConsoleGUIFree
Function · 0.85
ConClearBuffer
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected