Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ consoleClear
Function
consoleClear
Source/ScriptingEngine.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void consoleClear() {
54
#ifdef DEBUG
55
g_Debugger->ClearConsole();
56
#endif
57
}
58
59
cScriptFileIO::cScriptFileIO(std::string pFilename, bool pRead) {
60
Callers
nothing calls this directly
Calls
1
ClearConsole
Method · 0.80
Tested by
no test coverage detected