MCPcopy Create free account
hub / github.com/DFHack/dfhack / clear

Function clear

library/LuaApi.cpp:3448–3450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3446
3447namespace console {
3448 void clear() {
3449 Core::getInstance().getConsole().clear();
3450 }
3451 void flush() {
3452 Core::getInstance().getConsole() << std::flush;
3453 }

Callers 15

runCommandMethod · 0.70
onStateChangeMethod · 0.70
~VersionInfoFactoryMethod · 0.70
loadFileMethod · 0.70
initMethod · 0.70
prompt_loopMethod · 0.70
initMethod · 0.70
TileTypeMethod · 0.50
ListColumnMethod · 0.50
renderMethod · 0.50
renderMethod · 0.50
renderMethod · 0.50

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected