MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / CreatePanel

Method CreatePanel

core/MenuStyle_Valve.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115IMenuPanel *ValveMenuStyle::CreatePanel()
116{
117 return new CValveMenuDisplay();
118}
119
120IBaseMenu *ValveMenuStyle::CreateMenu(IMenuHandler *pHandler, IdentityToken_t *pOwner)
121{

Callers 4

RenderMenuMethod · 0.45
CreatePanelFromMenuFunction · 0.45
CreatePanelFunction · 0.45
InternalShowMenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected