Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ Print
Method
Print
CoreLib/Console.cpp:61–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void Console::Print(DebugMessageType type, char const* msg)
62
{
63
LocalPrint(type, msg);
64
65
if (logCallback_) {
66
logCallback_(type, msg);
67
}
68
}
69
70
void Console::Clear()
71
{
Callers
2
Debug
Function · 0.45
AssertionFailed
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected