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

Method goBack

source/modes/AbstractApplicationMode.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool AbstractApplicationMode::goBack(const CEGUI::EventArgs&)
93{
94 mModeManager->requestPreviousMode();
95 return true;
96}

Callers

nothing calls this directly

Calls 1

requestPreviousModeMethod · 0.80

Tested by

no test coverage detected