MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / clearError

Method clearError

Engine/source/console/SimXMLDocument.cpp:328–331  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Clear error description of this. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

326// Clear error description of this.
327// -----------------------------------------------------------------------------
328void SimXMLDocument::clearError(void)
329{
330 m_qDocument->ClearError();
331}
332
333DefineEngineMethod( SimXMLDocument, clearError, void, (),,
334 "@brief Clear the last error description.\n\n")

Callers 1

SimXMLDocument.cppFile · 0.80

Calls 1

ClearErrorMethod · 0.80

Tested by

no test coverage detected