Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ AddStyle
Method
AddStyle
core/MenuManager.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
void MenuManager::AddStyle(IMenuStyle *style)
193
{
194
m_Styles.push_back(style);
195
}
196
197
unsigned int MenuManager::GetStyleCount()
198
{
Callers
1
OnSourceModLevelChange
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected