MCPcopy 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
2671unsigned int CPlayer::GetSerial()
2672{
2673 return m_Serial.value;
2674}
2675
2676void CPlayer::PrintToConsole(const char *pMsg)
2677{

Callers 7

OnClientPrintfMethod · 0.45
OnPrintfFrameActionMethod · 0.45
GetClientFromSerialMethod · 0.45
SM_ExecuteForPluginFunction · 0.45
OnClientAuthorizedMethod · 0.45
OnClientDisconnectingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected