MCPcopy Create free account
hub / github.com/KuhakuPixel/AceTheGame / update_cmd_handler

Function update_cmd_handler

ACE/engine/src/cheat_cmd_handler.cpp:198–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197template <typename T>
198void update_cmd_handler(ACE_scanner<T> *scanner,
199 const cheat_mode_config *cheat_config) {
200 if (!cheat_config->initial_scan_done) {
201 frontend_print("WARN: No initial scan is done\n");
202 return;
203 }
204 scanner->update_current_scan_result();
205 frontend_print("Done updating value!\n");
206}
207
208template <typename T>
209void endian_cmd_handler(ACE_scanner<T> *scanner,

Callers

nothing calls this directly

Calls 2

frontend_printFunction · 0.85

Tested by

no test coverage detected