MCPcopy 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
757unsigned int CBaseMenu::GetItemCount()
758{
759 return m_items.size();
760}
761
762bool CBaseMenu::SetPagination(unsigned int itemsPerPage)
763{

Callers 4

RenderMenuMethod · 0.80
InitializeVotingMethod · 0.80
GetMenuItemCountFunction · 0.80
OnPluginDestroyedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected