MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ClearError

Method ClearError

Engine/source/persistence/taml/fsTinyXml.cpp:229–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void VfsXMLDocument::ClearError()
230{
231 _errorID = tinyxml2::XML_SUCCESS;
232 _errorLineNum = 0;
233 _errorStr.Reset();
234
235 tinyxml2::XMLDocument::ClearError();
236}
237
238void VfsXMLDocument::SetError(tinyxml2::XMLError error, int lineNum, const char* format, ...)
239{

Callers 1

clearErrorMethod · 0.45

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected