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

Method mod_enum_option_changed

src/ui/ui_mod_menu.cpp:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523void ModMenu::mod_enum_option_changed(const std::string &id, uint32_t value) {
524 if (active_mod_index >= 0) {
525 recomp::mods::set_mod_config_value(mod_details[active_mod_index].mod_id, id, value);
526 }
527}
528
529void ModMenu::mod_string_option_changed(const std::string &id, const std::string &value) {
530 if (active_mod_index >= 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected