MCPcopy 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
61void Console::Print(DebugMessageType type, char const* msg)
62{
63 LocalPrint(type, msg);
64
65 if (logCallback_) {
66 logCallback_(type, msg);
67 }
68}
69
70void Console::Clear()
71{

Callers 2

DebugFunction · 0.45
AssertionFailedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected