Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ ClientUpdate
Method
ClientUpdate
BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1753–1760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1751
}
1752
1753
void IMGUIObjectManager::ClientUpdate()
1754
{
1755
OPTICK_EVENT();
1756
LuaVirtualPin lua(ecl::ExtensionState::Get());
1757
if (lua) {
1758
eventQueue_.Flush();
1759
}
1760
}
1761
1762
void IMGUIObjectManager::Clear()
1763
{
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected