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

Method get_flags

src/core/controller.cpp:179–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 _last_event = value;
178}
179
180auto Sorcery::Controller::get_last_dir() const -> Enums::Map::Direction {
181
182 return _last_dir;
183}
184
185auto Sorcery::Controller::set_last_dir(const Enums::Map::Direction value)
186 -> void {
187
188 _last_dir = value;
189}

Callers 1

_draw_debugMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected