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

Method SaveFile

engine/source/persistence/tinyXML/tinyxml.cpp:942–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940
941
942bool TiXmlDocument::SaveFile() const
943{
944 return SaveFile( Value() );
945}
946
947bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
948{

Callers 4

saveFileMethod · 0.45
generateTamlSchemaMethod · 0.45
acceptMethod · 0.45
writeMethod · 0.45

Calls 4

PrintFunction · 0.85
openMethod · 0.45
closeMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected