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

Function SEUpdaterTest

BG3Updater/API.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void SEUpdaterTest()
132{
133 SEUpdaterInitialize(nullptr);
134 SEUpdaterShowConsole();
135 SESetGameVersion(4, 37, 67, 641);
136 SEUpdate();
137 SEUpdaterShutdown();
138}
139
140END_SE()
141

Callers

nothing calls this directly

Calls 5

SEUpdaterInitializeFunction · 0.85
SEUpdaterShowConsoleFunction · 0.85
SESetGameVersionFunction · 0.85
SEUpdateFunction · 0.85
SEUpdaterShutdownFunction · 0.85

Tested by

no test coverage detected