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

Method WasError

src/openrct2/object/ObjectFactory.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 return _wasWarning;
142 }
143 bool WasError() const
144 {
145 return _wasError;
146 }
147
148 ReadObjectContext(const std::string& identifier, bool loadImages, const IFileDataRetriever* fileDataRetriever)
149 : _fileDataRetriever(fileDataRetriever)

Callers 3

CreateObjectFromJsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected