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

Method wants

src/core/controller.cpp:1349–1352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1347 go_to(Enums::Screen::TRAINING);
1348 else {
1349 auto candidate{_ctx.game->creation_candidate};
1350 if (candidate->get_points_left() == 0) {
1351
1352 candidate->set_class(
1353 magic_enum::enum_cast<Enums::Character::Class>(selection +
1354 1)
1355 .value());

Callers 15

startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by 1

startMethod · 0.64