Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2334
bool CPlayer::IsInGame()
2335
{
2336
return m_IsInGame && (m_pEdict->GetUnknown() != NULL);
2337
}
2338
2339
bool CPlayer::WasCountedAsInGame()
2340
{
Callers
15
DoClientMenu
Method · 0.80
OnClientCommand
Method · 0.80
OnClientCommandKeyValues
Method · 0.80
OnClientCommandKeyValues_Post
Method · 0.80
OnClientSettingsChanged
Method · 0.80
RecheckAnyAdmins
Method · 0.80
InternalFilterCommandTarget
Method · 0.80
RunAdminCacheChecks
Function · 0.80
smn_CreateDialog
Function · 0.80
PrintToChat
Function · 0.80
PrintCenterText
Function · 0.80
PrintHintText
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected