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

Function SESetGameVersion

BG3Updater/API.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void SESetGameVersion(int32_t major, int32_t minor, int32_t revision, int32_t build)
48{
49 if (!gUpdater) return;
50
51 gUpdater->SetGameVersion(major, minor, revision, build);
52}
53
54bool SEUpdate()
55{

Callers 1

SEUpdaterTestFunction · 0.85

Calls 1

SetGameVersionMethod · 0.80

Tested by

no test coverage detected