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

Method CancelVoting

core/MenuVoting.cpp:612–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void VoteMenuHandler::CancelVoting()
613{
614 if (m_bCancelled || !m_pCurMenu)
615 {
616 return;
617 }
618 m_bCancelled = true;
619 m_pCurMenu->Cancel();
620}
621
622IBaseMenu *VoteMenuHandler::GetCurrentMenu()
623{

Callers 1

CancelVoteFunction · 0.45

Calls 1

CancelMethod · 0.45

Tested by

no test coverage detected