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

Method DrawTooltip

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261void StyledRenderable::DrawTooltip(DrawingContext& context)
262{
263 if (tooltip_) {
264 auto tooltip = Manager->GetRenderable(tooltip_.Handle);
265 if (tooltip) tooltip->Render(context);
266 }
267}
268
269
270void StyledRenderable::UpdateStatusFlags()

Callers

nothing calls this directly

Calls 2

GetRenderableMethod · 0.80
RenderMethod · 0.80

Tested by

no test coverage detected