Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetItemCount
Method
GetItemCount
core/MenuStyle_Base.cpp:757–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
}
756
757
unsigned int CBaseMenu::GetItemCount()
758
{
759
return m_items.size();
760
}
761
762
bool CBaseMenu::SetPagination(unsigned int itemsPerPage)
763
{
Callers
4
RenderMenu
Method · 0.80
InitializeVoting
Method · 0.80
GetMenuItemCount
Function · 0.80
OnPluginDestroyed
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected