MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / objectCreateIdentifierName

Function objectCreateIdentifierName

src/OpenLoco/src/Objects/Object.cpp:657–660  ·  view source on GitHub ↗

0x00473BC7

Source from the content-addressed store, hash-verified

655
656 // 0x00473BC7
657 void objectCreateIdentifierName(char* dst, const ObjectHeader& header)
658 {
659 fmt::format_to(dst, "{}/{:08X}{:08X}", Utility::trim(header.getName()), header.flags, header.checksum);
660 }
661}

Callers 2

selectObjectInternalFunction · 0.85

Calls 2

trimFunction · 0.85
getNameMethod · 0.80

Tested by

no test coverage detected