MCPcopy Create free account
hub / github.com/davemoore22/sorcery / update

Method update

src/core/application.cpp:425–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 plan.bypass_menu = true;
424 plan.bootstrap = GameBootstrap::NEW_GAME;
425 plan.party = PartyMode::QUICKSTART;
426 plan.location = StartLocation::MAZE;
427
428 if (go_to) {
429 plan.go_to = true;
430 plan.location = StartLocation::MAZE_WITH_GOTO;
431 }
432
433 } else if (quickstart) {
434 // Alias: new game + quickstart party
435 plan.bypass_menu = true;
436 plan.bootstrap = GameBootstrap::NEW_GAME;

Callers

nothing calls this directly

Calls 1

set_flagMethod · 0.80

Tested by

no test coverage detected