Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ EnableUI
Method
EnableUI
BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1863–1867 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1861
}
1862
1863
void IMGUIManager::EnableUI(bool enabled)
1864
{
1865
enableUI_ = enabled;
1866
IMGUI_DEBUG(
"IMGUIManager::EnableUI: %d"
, enabled ? 1 : 0);
1867
}
1868
1869
void IMGUIManager::SetObjects(IMGUIObjectManager* objects)
1870
{
Callers
1
OnStatsLoadGuarded
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected