Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ IsFakeClient
Method
IsFakeClient
core/PlayerManager.cpp:2376–2379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2374
}
2375
2376
bool CPlayer::IsFakeClient()
2377
{
2378
return m_bFakeClient;
2379
}
2380
2381
bool CPlayer::IsSourceTV() const
2382
{
Callers
15
DoClientMenu
Method · 0.80
OnClientConnect
Method · 0.80
OnClientConnect_Post
Method · 0.80
OnServerHibernationUpdate
Method · 0.80
OnClientSettingsChanged
Method · 0.80
InternalFilterCommandTarget
Method · 0.80
ProcessCommandTarget
Method · 0.80
GetTimeConnected
Function · 0.80
GetDataRate
Function · 0.80
IsTimingOut
Function · 0.80
GetLatency
Function · 0.80
GetAvgLatency
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected