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

Function SEUpdate

BG3Updater/API.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool SEUpdate()
55{
56 if (!gUpdater) return false;
57
58 gUpdater->FetchUpdates();
59 return gUpdater->ShowError();
60}
61
62void SEUpdaterGetError(char* buf, uint32_t* length)
63{

Callers 1

SEUpdaterTestFunction · 0.85

Calls 2

FetchUpdatesMethod · 0.80
ShowErrorMethod · 0.45

Tested by

no test coverage detected