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

Function SEUpdaterInitialize

BG3Updater/API.cpp:27–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void SEUpdaterInitialize(char const* binPath)
28{
29 if (gUpdater) return;
30
31 if (!gGameHelpers) {
32 gGameHelpers = std::make_unique<GameHelpers>();
33 }
34
35 gUpdater = std::make_unique<ScriptExtenderUpdater>();
36 gUpdater->Initialize(binPath);
37}
38
39void SEUpdaterShowConsole()
40{

Callers 1

SEUpdaterTestFunction · 0.85

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected