MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / mod_string_option_changed

Method mod_string_option_changed

src/ui/ui_mod_menu.cpp:529–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529void ModMenu::mod_string_option_changed(const std::string &id, const std::string &value) {
530 if (active_mod_index >= 0) {
531 recomp::mods::set_mod_config_value(mod_details[active_mod_index].mod_id, id, value);
532 }
533}
534
535void ModMenu::mod_number_option_changed(const std::string &id, double value) {
536 if (active_mod_index >= 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected