MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / DoRenderDialogs

Method DoRenderDialogs

ogsr_engine/xrGame/UIDialogHolder.cpp:155–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void CDialogHolder::DoRenderDialogs()
156{
157 xr_vector<dlgItem>::iterator it = m_dialogsToRender.begin();
158 for (; it != m_dialogsToRender.end(); ++it)
159 {
160 if ((*it).enabled && (*it).wnd->IsShown())
161 (*it).wnd->Draw();
162 }
163}
164
165CUIDialogWnd* CDialogHolder::MainInputReceiver()
166{

Callers

nothing calls this directly

Calls 4

IsShownMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
DrawMethod · 0.45

Tested by

no test coverage detected