MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / ShouldLoadImages

Method ShouldLoadImages

src/openrct2/object/ObjectFactory.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 bool ShouldLoadImages() override
161 {
162 return _loadImages;
163 }
164
165 std::vector<uint8_t> GetData(std::string_view path) override
166 {

Callers 4

LoadObjectImagesMethod · 0.45
ReadJsonMethod · 0.45
ReadLegacyMethod · 0.45
ReadJsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected