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

Function SEUpdaterShowConsole

BG3Updater/API.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void SEUpdaterShowConsole()
40{
41 if (!gUpdater) return;
42
43 gUpdater->GetConfig().Debug = true;
44 gUpdater->InitConsole();
45}
46
47void SESetGameVersion(int32_t major, int32_t minor, int32_t revision, int32_t build)
48{

Callers 1

SEUpdaterTestFunction · 0.85

Calls 1

InitConsoleMethod · 0.80

Tested by

no test coverage detected