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

Method AddProgressBar

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:736–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734
735
736lua::ImguiHandle TreeParent::AddProgressBar()
737{
738 return AddChild<ProgressBar>();
739}
740
741
742bool TreeParent::RemoveChild(lua::ImguiHandle child)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected