MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / LoadXmlFromFile

Method LoadXmlFromFile

Code/CryEngine/CrySystem/System.cpp:2218–2223  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

2216
2217//////////////////////////////////////////////////////////////////////////
2218XmlNodeRef CSystem::LoadXmlFromFile(const char* sFilename, bool bReuseStrings)
2219{
2220 LOADING_TIME_PROFILE_SECTION_ARGS(sFilename);
2221
2222 return m_pXMLUtils->LoadXmlFromFile(sFilename, bReuseStrings);
2223}
2224
2225//////////////////////////////////////////////////////////////////////////
2226XmlNodeRef CSystem::LoadXmlFromBuffer(const char* buffer, size_t size, bool bReuseStrings)

Callers 15

LoadSettingsMethod · 0.45
ParseFileMethod · 0.45
LoadControlsInFolderMethod · 0.45
ExecuteMethod · 0.45
InitialiseMethod · 0.45
FallbackXmlLoadFunction · 0.45
LoadXMLProfilesMethod · 0.45
LoadConfigMethod · 0.45
LoadConfigMethod · 0.45
ResetMethod · 0.45

Calls

no outgoing calls

Tested by 1

LoadConfigMethod · 0.36