Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ AddCell
Method
AddCell
BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1204–1207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1202
}
1203
1204
lua::ImguiHandle TableRow::AddCell()
1205
{
1206
return AddChild<TableCell>();
1207
}
1208
1209
1210
bool TableCell::BeginRender(DrawingContext& context)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected