MCPcopy Create free account
hub / github.com/EasyRPG/Player / Print

Method Print

src/exe_reader.cpp:455–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void EXEReader::FileInfo::Print() const {
456 Output::Debug("RPG_RT information: version={} logos={} code={:#x} cherry={:#x} geep={:#x} arch={} easyrpg={}", version_str, logos, code_size, cherry_size, geep_size, kMachineTypes[machine_type], is_easyrpg_player);
457}
458
459int EXEReader::FileInfo::GetEngineType(bool& is_maniac_patch) const {
460 is_maniac_patch = false;

Callers 1

CreateGameObjectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected