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

Method buttonSkipPrompt

src/mod_tools.cpp:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void GameModeManager_t::Tutorial_t::FirstTimePrompt_t::buttonSkipPrompt(button_t* my)
443{
444 gameModeManager.Tutorial.FirstTimePrompt.doButtonSkipPrompt = true;
445 gameModeManager.Tutorial.writeToDocument();
446}
447
448void GameModeManager_t::Tutorial_t::FirstTimePrompt_t::buttonPromptEnterTutorialHub(button_t* my)
449{

Callers

nothing calls this directly

Calls 1

writeToDocumentMethod · 0.80

Tested by

no test coverage detected