Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getCurrentModeType
Method
getCurrentModeType
source/modes/ModeManager.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
ModeManager::ModeType ModeManager::getCurrentModeType() const
55
{
56
return mCurrentApplicationMode->getModeType();
57
}
58
59
void ModeManager::requestPreviousMode()
60
{
Callers
8
processMessage
Method · 0.45
addEventMessage
Method · 0.45
refreshMainUI
Method · 0.45
isInEditorMode
Method · 0.45
printDebugInfo
Method · 0.45
cList
Function · 0.45
executeCurrentPrompt
Method · 0.45
leaveConsole
Method · 0.45
Calls
1
getModeType
Method · 0.80
Tested by
no test coverage detected