MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / IsRedrawComponent

Function IsRedrawComponent

Source/engine/backbuffer_state.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool IsRedrawComponent(PanelDrawComponent component)
94{
95 return GetBackbufferState().redrawState.redrawComponents[static_cast<size_t>(component)];
96}
97
98void RedrawComponentComplete(PanelDrawComponent component)
99{

Callers 1

DrawAndBlitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected