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

Method clear

Engine/source/console/SimXMLDocument.cpp:291–294  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

289// Clear contents of XML document.
290// -----------------------------------------------------------------------------
291void SimXMLDocument::clear(void)
292{
293 reset();
294}
295
296DefineEngineMethod( SimXMLDocument, clear, void, (),,
297 "@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