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

Method IsInGame

core/PlayerManager.cpp:2334–2337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2332}
2333
2334bool CPlayer::IsInGame()
2335{
2336 return m_IsInGame && (m_pEdict->GetUnknown() != NULL);
2337}
2338
2339bool CPlayer::WasCountedAsInGame()
2340{

Callers 15

DoClientMenuMethod · 0.80
OnClientCommandMethod · 0.80
RecheckAnyAdminsMethod · 0.80
RunAdminCacheChecksFunction · 0.80
smn_CreateDialogFunction · 0.80
PrintToChatFunction · 0.80
PrintCenterTextFunction · 0.80
PrintHintTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected