Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
void 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
54
bool SEUpdate()
55
{
Callers
1
SEUpdaterTest
Function · 0.85
Calls
1
SetGameVersion
Method · 0.80
Tested by
no test coverage detected