MCPcopy 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
2376bool CPlayer::IsFakeClient()
2377{
2378 return m_bFakeClient;
2379}
2380
2381bool CPlayer::IsSourceTV() const
2382{

Callers 15

DoClientMenuMethod · 0.80
OnClientConnectMethod · 0.80
OnClientConnect_PostMethod · 0.80
ProcessCommandTargetMethod · 0.80
GetTimeConnectedFunction · 0.80
GetDataRateFunction · 0.80
IsTimingOutFunction · 0.80
GetLatencyFunction · 0.80
GetAvgLatencyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected