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

Method buttonPromptEnterTutorialHub

src/mod_tools.cpp:448–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void GameModeManager_t::Tutorial_t::FirstTimePrompt_t::buttonPromptEnterTutorialHub(button_t* my)
449{
450 gameModeManager.Tutorial.Menu.selectedMenuItem = 0; // set the tutorial hub to enter.
451 gameModeManager.Tutorial.Menu.onClickEntry();
452 gameModeManager.Tutorial.writeToDocument();
453}
454
455void GameModeManager_t::CurrentSession_t::SeededRun_t::setup(std::string _seedString)
456{

Callers

nothing calls this directly

Calls 2

onClickEntryMethod · 0.80
writeToDocumentMethod · 0.80

Tested by

no test coverage detected