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

Method UpdateClientProgress

BG3Extender/Extender/Client/ScriptExtenderClient.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void ScriptExtender::UpdateClientProgress(STDString const& status)
337{
338 clientStatus_ = status;
339 ShowLoadingProgress();
340}
341
342void ScriptExtender::ShowLoadingProgress()
343{

Callers 2

LuaResetInternalMethod · 0.80
BootstrapLuaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected