MCPcopy 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
54ModeManager::ModeType ModeManager::getCurrentModeType() const
55{
56 return mCurrentApplicationMode->getModeType();
57}
58
59void ModeManager::requestPreviousMode()
60{

Callers 8

processMessageMethod · 0.45
addEventMessageMethod · 0.45
refreshMainUIMethod · 0.45
isInEditorModeMethod · 0.45
printDebugInfoMethod · 0.45
cListFunction · 0.45
executeCurrentPromptMethod · 0.45
leaveConsoleMethod · 0.45

Calls 1

getModeTypeMethod · 0.80

Tested by

no test coverage detected