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

Method onClickYesQuitMenu

source/modes/EditorMode.cpp:930–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928}
929
930bool EditorMode::onClickYesQuitMenu(const CEGUI::EventArgs& /*arg*/)
931{
932 mModeManager->requestMode(AbstractModeManager::MENU_MAIN);
933 return true;
934}
935
936void EditorMode::refreshGuiSkill()
937{

Callers

nothing calls this directly

Calls 1

requestModeMethod · 0.80

Tested by

no test coverage detected