MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ParseFile

Method ParseFile

ogsr_engine/xrGame/ScriptXMLInit.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void CScriptXmlInit::ParseFile(LPCSTR xml_file) { m_xml.Init(CONFIG_PATH, UI_PATH, xml_file); }
50
51void CScriptXmlInit::ParseShTexInfo(LPCSTR xml_file) { CUITextureMaster::ParseShTexInfo(xml_file); }
52

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected