Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
IMenuPanel *ValveMenuStyle::CreatePanel()
116
{
117
return new CValveMenuDisplay();
118
}
119
120
IBaseMenu *ValveMenuStyle::CreateMenu(IMenuHandler *pHandler, IdentityToken_t *pOwner)
121
{
Callers
4
RenderMenu
Method · 0.45
CreatePanelFromMenu
Function · 0.45
CreatePanel
Function · 0.45
InternalShowMenu
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected