MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / GetMaxPageItems

Method GetMaxPageItems

core/MenuStyle_Valve.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130unsigned int ValveMenuStyle::GetMaxPageItems()
131{
132 return 8;
133}
134
135void ValveMenuStyle::SendDisplay(int client, IMenuPanel *display)
136{

Callers 4

RenderMenuMethod · 0.45
AppendItemMethod · 0.45
InsertItemMethod · 0.45
GetMaxPageItemsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected