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

Method IsConnected

core/PlayerManager.cpp:2344–2347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2342}
2343
2344bool CPlayer::IsConnected()
2345{
2346 return m_IsConnected;
2347}
2348
2349bool CPlayer::IsAuthorized()
2350{

Callers 15

RunAuthChecksMethod · 0.80
OnClientConnectMethod · 0.80
OnClientConnect_PostMethod · 0.80
OnClientPutInServerMethod · 0.80
OnSourceModLevelEndMethod · 0.80
OnClientDisconnectMethod · 0.80
OnClientPrintfMethod · 0.80
OnPrintfFrameActionMethod · 0.80
OnClientCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected