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

Method set_input_buffer

src/core/controller.cpp:949–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947 } else if (component == "tithe_menu") {
948
949 // Flags = &_ui->modal_tithe->show, &_ui->input_donate->show,
950
951 // Get the Character ID of the Selected Character and set it
952 if (selection == (static_cast<int>(items.size()) - 1)) {
953 clear_character(Enums::CharacterSlot::TITHE);
954 go_back = true;
955 } else {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected