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

Method OnMenuEnd

core/MenuVoting.cpp:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498void VoteMenuHandler::OnMenuEnd(IBaseMenu *menu, MenuEndReason reason)
499{
500 DecrementPlayerCount();
501}
502
503void VoteMenuHandler::OnMenuCancel(IBaseMenu *menu, int client, MenuCancelReason reason)
504{

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected