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

Method InitMMShniaga

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

Source from the content-addressed store, hash-verified

225}
226
227CUIMMShniaga* CScriptXmlInit::InitMMShniaga(LPCSTR path, CUIWindow* parent)
228{
229 CUIMMShniaga* pWnd = xr_new<CUIMMShniaga>();
230 pWnd->Init(m_xml, path);
231 pWnd->SetAutoDelete(true);
232 _attach_child(pWnd, parent);
233 //. if(parent) parent->AttachChild(pWnd);
234 return pWnd;
235}
236
237CUIWindow* CScriptXmlInit::InitKeyBinding(LPCSTR path, CUIWindow* parent)
238{

Callers

nothing calls this directly

Calls 2

_attach_childFunction · 0.85
InitMethod · 0.45

Tested by

no test coverage detected