MCPcopy 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
192void MenuManager::AddStyle(IMenuStyle *style)
193{
194 m_Styles.push_back(style);
195}
196
197unsigned int MenuManager::GetStyleCount()
198{

Callers 1

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected