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

Method _start_popup_pit

src/engine/engine.cpp:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 const auto goto_loc{
544 Coordinate{std::stoi(_ctx.get_config("Debug", "quick_start_x")),
545 std::stoi(_ctx.get_config("Debug", "quick_start_y"))}};
546 const auto goto_dir{static_cast<Enums::Map::Direction>(
547 std::stoi(_ctx.get_config("Debug", "quick_start_dir")))};
548
549 _go_to_location(goto_depth, goto_loc, goto_dir);
550
551 // REMOVED Start off in Camp
552 _ctx.ui->modal_camp->regenerate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected