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

Method InitEditBox

ogsr_engine/xrGame/ui/UIXmlInit.cpp:1014–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012}
1013
1014bool CUIXmlInit::InitEditBox(CUIXml& xml_doc, const char* path, int index, CUIEditBox* pWnd)
1015{
1016 InitCustomEdit(xml_doc, path, index, pWnd);
1017 InitTexture(xml_doc, path, index, pWnd);
1018 InitOptionsItem(xml_doc, path, index, pWnd);
1019
1020 return true;
1021}
1022
1023//////////////////////////////////////////////////////////////////////////
1024

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected