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

Method UpdateServerProgress

BG3Extender/Extender/Client/ScriptExtenderClient.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void ScriptExtender::UpdateServerProgress(STDString const& status)
331{
332 serverStatus_ = status;
333 ShowLoadingProgress();
334}
335
336void ScriptExtender::UpdateClientProgress(STDString const& status)
337{

Callers 3

LuaResetInternalMethod · 0.80
BootstrapLuaMethod · 0.80
OnGameStateChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected