Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapheneCt/NetStream
/ OnBackButton
Method
OnBackButton
NetStream/source/menus/menu_server.cpp:34–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void menu::GenericServerMenu::OnBackButton()
35
{
36
PopBrowserPage();
37
if (m_pageList.empty())
38
{
39
delete this;
40
}
41
}
42
43
void menu::GenericServerMenu::OnPlayerCreateTimeout(GenericServerBrowser::Entry *entry)
44
{
Callers
1
GenericServerMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected