Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
bool VoteMenuHandler::IsVoteInProgress()
186
{
187
return (m_pCurMenu != NULL);
188
}
189
190
bool VoteMenuHandler::StartVote(IBaseMenu *menu,
191
unsigned int num_clients,
Callers
5
VoteMenu
Function · 0.45
IsVoteInProgress
Function · 0.45
CancelVote
Function · 0.45
IsClientInVotePool
Function · 0.45
RedrawClientVoteMenu
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected