Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ AddRow
Method
AddRow
BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1185–1188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1183
}
1184
1185
lua::ImguiHandle Table::AddRow()
1186
{
1187
return AddChild<TableRow>();
1188
}
1189
1190
1191
bool TableRow::BeginRender(DrawingContext& context)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected