Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
bool AbstractApplicationMode::goBack(const CEGUI::EventArgs&)
93
{
94
mModeManager->requestPreviousMode();
95
return true;
96
}
Callers
nothing calls this directly
Calls
1
requestPreviousMode
Method · 0.80
Tested by
no test coverage detected