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

Method IsVoteInProgress

core/MenuVoting.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool VoteMenuHandler::IsVoteInProgress()
186{
187 return (m_pCurMenu != NULL);
188}
189
190bool VoteMenuHandler::StartVote(IBaseMenu *menu,
191 unsigned int num_clients,

Callers 5

VoteMenuFunction · 0.45
IsVoteInProgressFunction · 0.45
CancelVoteFunction · 0.45
IsClientInVotePoolFunction · 0.45
RedrawClientVoteMenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected