Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
logWrite
Function · 0.85
deleteObject
Function · 0.85
setPlayerPosition
Function · 0.85
outputPrintFormat
Function · 0.85
Calls
1
addToHistory
Function · 0.85
Tested by
no test coverage detected