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

Method is_at

src/core/controller.cpp:1354–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352 } else if (component == "shop_menu") {
1353
1354 // Get the Character ID of the Selected Character and set it
1355 if (selection == (static_cast<int>(items.size()) - 1)) {
1356 clear_character("shop");
1357 go_to(Enums::Screen::CASTLE);
1358 } else
1359 set_character("shop", data);
1360

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected