Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2344
bool CPlayer::IsConnected()
2345
{
2346
return m_IsConnected;
2347
}
2348
2349
bool CPlayer::IsAuthorized()
2350
{
Callers
15
RunAuthChecks
Method · 0.80
OnClientConnect
Method · 0.80
OnClientConnect_Post
Method · 0.80
OnClientPutInServer
Method · 0.80
OnSourceModLevelEnd
Method · 0.80
OnServerHibernationUpdate
Method · 0.80
OnClientDisconnect
Method · 0.80
OnClientDisconnect_Post
Method · 0.80
OnClientPrintf
Method · 0.80
OnPrintfFrameAction
Method · 0.80
OnClientCommand
Method · 0.80
OnClientSettingsChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected