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

Method LoadNewsTab

ogsr_engine/xrGame/ui/UIDiaryWnd2.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void CUIDiaryWnd::LoadNewsTab()
187{
188 m_UIRightWnd->AttachChild(m_UINewsWnd);
189 m_UINewsWnd->Show(true);
190 g_pda_info_state &= ~pda_section::news;
191}
192
193void CUIDiaryWnd::OnSrcListItemClicked(CUIWindow* w, void* p)
194{

Callers

nothing calls this directly

Calls 2

AttachChildMethod · 0.80
ShowMethod · 0.45

Tested by

no test coverage detected