MCPcopy 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
2614bool CPlayer::IsInKickQueue()
2615{
2616 return m_bIsInKickQueue;
2617}
2618
2619void CPlayer::MarkAsBeingKicked()
2620{

Callers 3

AddDelayedKickMethod · 0.80
KickClientFunction · 0.80
IsClientInKickQueueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected