MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GoToMainMenu

Method GoToMainMenu

Sources/Jazz2/UI/Menu/InGameMenu.cpp:525–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 }
524
525 void InGameMenu::GoToMainMenu()
526 {
527#if !defined(SHAREWARE_DEMO_ONLY)
528 _root->_root->SaveCurrentStateIfAny();
529#endif
530 _root->_root->GoToMainMenu(false);
531 }
532
533#if defined(WITH_MULTIPLAYER)
534 bool InGameMenu::IsSpectating()

Callers 1

ExecuteSelectedMethod · 0.45

Calls 1

SaveCurrentStateIfAnyMethod · 0.80

Tested by

no test coverage detected