MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / GetTopMenu

Method GetTopMenu

NetStream/source/menus/menu_generic.cpp:117–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117menu::GenericMenu *menu::GetTopMenu()
118{
119 if (!s_menuStack.empty())
120 {
121 return s_menuStack.back();
122 }
123
124 return nullptr;
125}
126
127uint32_t menu::GetMenuCount()
128{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected