MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / onClickYesQuitMenu

Method onClickYesQuitMenu

source/modes/GameMode.cpp:1169–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167}
1168
1169bool GameMode::onClickYesQuitMenu(const CEGUI::EventArgs& /*arg*/)
1170{
1171 mModeManager->requestMode(AbstractModeManager::MENU_MAIN);
1172 return true;
1173}
1174
1175bool GameMode::showObjectivesWindow(const CEGUI::EventArgs&)
1176{

Callers

nothing calls this directly

Calls 1

requestModeMethod · 0.80

Tested by

no test coverage detected