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

Method set

src/modules/inspect.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51auto Sorcery::Inspect::_initialise() -> bool {
52
53 return true;
54}
55
56auto Sorcery::Inspect::set(const int char_id) -> void {
57
58 _ctx.controller->set_character(Enums::CharacterSlot::INSPECT, char_id);
59}

Callers

nothing calls this directly

Calls 1

set_characterMethod · 0.80

Tested by

no test coverage detected