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

Method GetMenuAt

NetStream/source/menus/menu_generic.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132menu::GenericMenu *menu::GetMenuAt(uint32_t idx)
133{
134 return s_menuStack.at(idx);
135}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected