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

Method reset

engine/source/persistence/SimXMLDocument.cpp:107–112  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

105// Set this to default state at construction.
106// -----------------------------------------------------------------------------
107void SimXMLDocument::reset(void)
108{
109 m_qDocument->Clear();
110 m_paNode.clear();
111 m_CurrentAttribute = 0;
112}
113
114// -----------------------------------------------------------------------------
115// Get true if file loads successfully.

Callers 1

Calls 2

ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected