Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void CScriptXmlInit::ParseFile(LPCSTR xml_file) { m_xml.Init(CONFIG_PATH, UI_PATH, xml_file); }
50
51
void CScriptXmlInit::ParseShTexInfo(LPCSTR xml_file) { CUITextureMaster::ParseShTexInfo(xml_file); }
52
Callers
nothing calls this directly
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected