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

Method CleanInternals

ogsr_engine/xrGame/UIDialogHolder.cpp:248–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246float CDialogHolder::shedule_Scale() { return 0.5f; }
247
248void CDialogHolder::CleanInternals()
249{
250 while (!m_input_receivers.empty())
251 m_input_receivers.pop_back();
252
253 m_dialogsToRender.clear();
254 GetUICursor()->Hide();
255}

Callers

nothing calls this directly

Calls 5

GetUICursorFunction · 0.85
emptyMethod · 0.45
pop_backMethod · 0.45
clearMethod · 0.45
HideMethod · 0.45

Tested by

no test coverage detected