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

Function write_cmd_handler

ACE/engine/src/cheat_cmd_handler.cpp:129–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128template <typename T>
129void write_cmd_handler(ACE_scanner<T> *scanner, T val_to_write) {
130
131 /*
132 * parse value to write and write to all addresses
133 * in the current scan
134 * */
135
136 scanner->write_val_to_current_scan_results(val_to_write);
137}
138
139template <typename T>
140void readat_cmd_handler(proc_rw<T> *process_rw, ADDR address) {

Callers

nothing calls this directly

Tested by

no test coverage detected