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

Method SetObjects

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1869–1878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867}
1868
1869void IMGUIManager::SetObjects(IMGUIObjectManager* objects)
1870{
1871 objects_ = objects;
1872
1873 if (objects_ == nullptr) {
1874 renderer_->ClearFrame();
1875 }
1876
1877 IMGUI_DEBUG("IMGUIManager::SetObjects() - Binding object manager");
1878}
1879
1880bool IMGUIManager::LoadFont(FixedString const& name, char const* path, float size)
1881{

Callers 2

~ClientStateMethod · 0.80
LuaClient.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected