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

Method loadFile

Engine/source/console/SimXMLDocument.cpp:227–231  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Get true if file loads successfully. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

225// Get true if file loads successfully.
226// -----------------------------------------------------------------------------
227bool SimXMLDocument::loadFile(const char* rFileName)
228{
229 reset();
230 return m_qDocument->LoadFile(rFileName);
231}
232
233DefineEngineMethod( SimXMLDocument, loadFile, bool, ( const char* fileName ),,
234 "@brief Load in given filename and prepare it for use.\n\n"

Callers 3

SimXMLDocument.cppFile · 0.80
loadStateMachineFileMethod · 0.80
readMethod · 0.80

Calls 2

resetFunction · 0.85
LoadFileMethod · 0.45

Tested by

no test coverage detected