Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
612
void VoteMenuHandler::CancelVoting()
613
{
614
if (m_bCancelled || !m_pCurMenu)
615
{
616
return;
617
}
618
m_bCancelled = true;
619
m_pCurMenu->Cancel();
620
}
621
622
IBaseMenu *VoteMenuHandler::GetCurrentMenu()
623
{
Callers
1
CancelVote
Function · 0.45
Calls
1
Cancel
Method · 0.45
Tested by
no test coverage detected