MCPcopy Create free account
hub / github.com/Norbyte/bg3se / SEUpdaterSetLogCallback

Function SEUpdaterSetLogCallback

BG3Updater/API.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void SEUpdaterSetLogCallback(Console::LogCallbackProc* callback)
20{
21 if (gCoreLibPlatformInterface.GlobalConsole) {
22 auto console = static_cast<Console*>(gCoreLibPlatformInterface.GlobalConsole);
23 console->SetLogCallback(callback);
24 }
25}
26
27void SEUpdaterInitialize(char const* binPath)
28{

Callers

nothing calls this directly

Calls 1

SetLogCallbackMethod · 0.80

Tested by

no test coverage detected