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

Method OnMenuDrawItem

core/MenuVoting.cpp:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void VoteMenuHandler::OnMenuDrawItem(IBaseMenu *menu, int client, unsigned int item, unsigned int &style)
520{
521 m_pHandler->OnMenuDrawItem(menu, client, item, style);
522}
523
524void VoteMenuHandler::OnMenuSelect(IBaseMenu *menu, int client, unsigned int item)
525{

Callers 1

RenderMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected