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

Method reset

Engine/source/console/SimXMLDocument.cpp:207–212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

205// Set this to default state at construction.
206// -----------------------------------------------------------------------------
207void SimXMLDocument::reset(void)
208{
209 m_qDocument->Clear();
210 m_paNode.clear();
211 m_CurrentAttribute = 0;
212}
213
214DefineEngineMethod( SimXMLDocument, reset, void, (),,
215 "@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