MCPcopy Create free account
hub / github.com/ddnet/ddnet / OnInterfacesInit

Method OnInterfacesInit

src/game/client/components/menus.cpp:842–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842void CMenus::OnInterfacesInit(CGameClient *pClient)
843{
844 CComponentInterfaces::OnInterfacesInit(pClient);
845 m_MenusIngameTouchControls.OnInterfacesInit(pClient);
846 m_MenusSettingsControls.OnInterfacesInit(pClient);
847 m_MenusStart.OnInterfacesInit(pClient);
848 m_CommunityIcons.OnInterfacesInit(pClient);
849}
850
851void CMenus::OnInit()
852{

Callers 2

OnMapLoadMethod · 0.45
OnInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected