Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ IsInKickQueue
Method
IsInKickQueue
core/PlayerManager.cpp:2614–2617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2612
}
2613
2614
bool CPlayer::IsInKickQueue()
2615
{
2616
return m_bIsInKickQueue;
2617
}
2618
2619
void CPlayer::MarkAsBeingKicked()
2620
{
Callers
3
AddDelayedKick
Method · 0.80
KickClient
Function · 0.80
IsClientInKickQueue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected