MCPcopy 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
397void IConsoleClearBuffer()
398{
399 _iconsole_buffer.clear();
400}
401
402void IConsoleGUIFree()
403{

Callers 3

IConsoleGUIInitFunction · 0.85
IConsoleGUIFreeFunction · 0.85
ConClearBufferFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected