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

Function endian_cmd_handler

ACE/engine/src/cheat_cmd_handler.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208template <typename T>
209void endian_cmd_handler(ACE_scanner<T> *scanner,
210 E_endian_scan_type endian_scan_type) {
211 scanner->set_endian_scan_type(endian_scan_type);
212}
213
214template <typename T>
215void scan_level_cmd_handler(ACE_scanner<T> *scanner,

Callers

nothing calls this directly

Calls 1

set_endian_scan_typeMethod · 0.80

Tested by

no test coverage detected