Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ AddSpacing
Method
AddSpacing
BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:591–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
589
590
591
lua::ImguiHandle TreeParent::AddSpacing()
592
{
593
return AddChild<Spacing>();
594
}
595
596
597
lua::ImguiHandle TreeParent::AddDummy(float width, float height)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected