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

Method isVanilla

src/OpenLoco/src/Objects/Object.cpp:650–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 };
649
650 bool ObjectHeader::isVanilla() const
651 {
652 auto search = _vanillaObjects.find(std::make_tuple(getName(), getType()));
653 return search != _vanillaObjects.end();
654 }
655
656 // 0x00473BC7
657 void objectCreateIdentifierName(char* dst, const ObjectHeader& header)

Callers 2

applyFilterToObjectListFunction · 0.80
exportGameStateToFileFunction · 0.80

Calls 3

getNameFunction · 0.85
findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected