MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / impl_04

Method impl_04

src/UnkObjects/unk613360.cpp:45–54  ·  view source on GitHub ↗

mc2:0x006136C0

Source from the content-addressed store, hash-verified

43
44//mc2:0x006136C0
45void unk_613360::impl_04(char *destination, std::uint32_t unk2, char *unk3, char *extension) {
46 if (vir_24(unk3) == false) {
47 destination[0] = '\0';
48 vir_28(destination, unk3, extension);
49 return;
50 }
51
52 safe_strncpy(destination, (this->unk104 != 0) ? this->unk04 : glo_860120, 256);
53 vir_28(destination, unk3, extension);
54}
55
56//mc2:0x00613470
57void unk_613360::impl_0C() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected