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

Method clear

Engine/source/console/SimXMLDocument.cpp:293–296  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Clear contents of XML document. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

291// Clear contents of XML document.
292// -----------------------------------------------------------------------------
293void SimXMLDocument::clear(void)
294{
295 reset();
296}
297
298DefineEngineMethod( SimXMLDocument, clear, void, (),,
299 "@brief Set this document to its default state.\n\n"

Callers 2

resetMethod · 0.45
SimXMLDocument.cppFile · 0.45

Calls 1

resetFunction · 0.85

Tested by

no test coverage detected