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

Method CreateMenu

core/MenuStyle_Valve.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120IBaseMenu *ValveMenuStyle::CreateMenu(IMenuHandler *pHandler, IdentityToken_t *pOwner)
121{
122 return new CValveMenu(pHandler, pOwner);
123}
124
125const char *ValveMenuStyle::GetStyleName()
126{

Callers 6

CreateMenuFunction · 0.45
CreateMenuExFunction · 0.45
UpdateClientRootMethod · 0.45
UpdateClientCategoryMethod · 0.45
OnMenuSelectMethod · 0.45
SDK_OnLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected