Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetSerial
Method
GetSerial
core/PlayerManager.cpp:2671–2674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2669
}
2670
2671
unsigned int CPlayer::GetSerial()
2672
{
2673
return m_Serial.value;
2674
}
2675
2676
void CPlayer::PrintToConsole(const char *pMsg)
2677
{
Callers
7
OnClientPrintf
Method · 0.45
OnPrintfFrameAction
Method · 0.45
GetClientFromSerial
Method · 0.45
SM_ConfigsExecuted_Plugin
Function · 0.45
SM_ExecuteForPlugin
Function · 0.45
OnClientAuthorized
Method · 0.45
OnClientDisconnecting
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected