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

Method UnloadNewsTab

ogsr_engine/xrGame/ui/UIDiaryWnd2.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void CUIDiaryWnd::UnloadNewsTab()
181{
182 m_UIRightWnd->DetachChild(m_UINewsWnd);
183 m_UINewsWnd->Show(false);
184}
185
186void CUIDiaryWnd::LoadNewsTab()
187{

Callers

nothing calls this directly

Calls 2

DetachChildMethod · 0.45
ShowMethod · 0.45

Tested by

no test coverage detected