MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / logToConsole

Function logToConsole

TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp:480–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 }
479
480 void logToConsole(const char* str)
481 {
482 TFE_Console::addToHistory(str);
483 }
484
485 void toggleProfilerView()
486 {

Callers 4

logWriteFunction · 0.85
deleteObjectFunction · 0.85
setPlayerPositionFunction · 0.85
outputPrintFormatFunction · 0.85

Calls 1

addToHistoryFunction · 0.85

Tested by

no test coverage detected