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

Method get_character

src/core/controller.cpp:784–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 _ctx.get_config(RECOMMENDED_MODE) = _ctx.config->is_rec_mode();
783 _ctx.get_config(STRICT_MODE) = _ctx.config->is_strict_mode();
784
785 } else if (tab == "Graphics") {
786
787 // Only need to check if strict and reommended modes are on
788 _ctx.get_config(RECOMMENDED_MODE) = _ctx.config->is_rec_mode();
789 _ctx.get_config(STRICT_MODE) = _ctx.config->is_strict_mode();
790 }
791 }
792}
793

Callers

nothing calls this directly

Calls 3

containsMethod · 0.80
atMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected