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

Method OnMenuCancel

core/MenuVoting.cpp:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void VoteMenuHandler::OnMenuCancel(IBaseMenu *menu, int client, MenuCancelReason reason)
504{
505 m_pHandler->OnMenuCancel(menu, client, reason);
506}
507
508void VoteMenuHandler::OnMenuDisplay(IBaseMenu *menu, int client, IMenuPanel *display)
509{

Callers 4

_CancelClientMenuMethod · 0.45
ClientPressedKeyMethod · 0.45
DoClientMenuMethod · 0.45
DoClientMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected