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

Method clearError

Engine/source/console/SimXMLDocument.cpp:330–333  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

SimXMLDocument.cppFile · 0.80

Calls 1

ClearErrorMethod · 0.45

Tested by

no test coverage detected