MCPcopy Create free account
hub / github.com/TurningWheel/Barony / buttonReturnToTutorialHub

Method buttonReturnToTutorialHub

src/mod_tools.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void GameModeManager_t::Tutorial_t::buttonReturnToTutorialHub(button_t* my)
102{
103 buttonStartSingleplayer(nullptr);
104 gameModeManager.Tutorial.launchHub();
105}
106
107void GameModeManager_t::Tutorial_t::buttonRestartTrial(button_t* my)
108{

Callers

nothing calls this directly

Calls 2

launchHubMethod · 0.80
buttonStartSingleplayerFunction · 0.70

Tested by

no test coverage detected