Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
void CUIDiaryWnd::UnloadNewsTab()
181
{
182
m_UIRightWnd->DetachChild(m_UINewsWnd);
183
m_UINewsWnd->Show(false);
184
}
185
186
void CUIDiaryWnd::LoadNewsTab()
187
{
Callers
nothing calls this directly
Calls
2
DetachChild
Method · 0.45
Show
Method · 0.45
Tested by
no test coverage detected