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

Function Error

Engine/lib/tinyxml/tinyxml2.h:1881–1883  ·  view source on GitHub ↗

Return true if there was an error parsing the document.

Source from the content-addressed store, hash-verified

1879
1880 /// Return true if there was an error parsing the document.
1881 bool Error() const {
1882 return _errorID != XML_SUCCESS;
1883 }
1884 /// Return the errorID.
1885 XMLError ErrorID() const {
1886 return _errorID;

Callers 2

ClearMethod · 0.70
ParseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected