Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetNumPlayers
Method
GetNumPlayers
core/PlayerManager.cpp:1389–1392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1387
}
1388
1389
int PlayerManager::GetNumPlayers()
1390
{
1391
return m_PlayerCount;
1392
}
1393
1394
int PlayerManager::GetClientOfUserId(int userid)
1395
{
Callers
1
sm_GetClientCount
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected