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

Method reset

Engine/source/console/SimXMLDocument.cpp:209–214  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Set this to default state at construction. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

207// Set this to default state at construction.
208// -----------------------------------------------------------------------------
209void SimXMLDocument::reset(void)
210{
211 m_qDocument->Clear();
212 m_paNode.clear();
213 m_CurrentAttribute = 0;
214}
215
216DefineEngineMethod( SimXMLDocument, reset, void, (),,
217 "@brief Set this document to its default state.\n\n"

Callers 1

SimXMLDocument.cppFile · 0.45

Calls 2

ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected