MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetUnderlyingSection

Method GetUnderlyingSection

Sources/Jazz2/UI/Menu/MainMenu.cpp:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402
403 MenuSection* MainMenu::GetUnderlyingSection() const
404 {
405 std::size_t count = _sections.size();
406 return (count >= 2 ? _sections[count - 2].get() : nullptr);
407 }
408
409 void MainMenu::ChangeLevel(LevelInitialization&& levelInit)
410 {

Callers 2

OnShowMethod · 0.45
OnExecuteSelectedMethod · 0.45

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected