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

Method LoadJournalTab

ogsr_engine/xrGame/ui/UIDiaryWnd2.cpp:168–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void CUIDiaryWnd::LoadJournalTab()
169{
170 m_UILeftWnd->AttachChild(m_SrcListWnd);
171 m_SrcListWnd->Show(true);
172
173 m_UIRightWnd->AttachChild(m_DescrView);
174 m_DescrView->Show(true);
175
176 UpdateJournal();
177 g_pda_info_state &= ~pda_section::journal;
178}
179
180void CUIDiaryWnd::UnloadNewsTab()
181{

Callers

nothing calls this directly

Calls 2

AttachChildMethod · 0.80
ShowMethod · 0.45

Tested by

no test coverage detected