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

Method Show

ogsr_engine/xrGame/ui/UIDiaryWnd2.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void CUIDiaryWnd::Show(bool status)
39{
40 inherited::Show(status);
41 if (status)
42 Reload((EDiaryFilter)m_FilterTab->GetActiveIndex());
43}
44
45void RearrangeTabButtons(CUITabControl* pTab, xr_vector<Fvector2>& vec_sign_places);
46

Callers 4

UnloadJournalTabMethod · 0.45
LoadJournalTabMethod · 0.45
UnloadNewsTabMethod · 0.45
LoadNewsTabMethod · 0.45

Calls 1

ShowFunction · 0.85

Tested by

no test coverage detected