Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetName
Method
GetName
core/PlayerManager.cpp:2261–2264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2259
}
2260
2261
const char *CPlayer::GetName()
2262
{
2263
return m_Name.c_str();
2264
}
2265
2266
const char *CPlayer::GetIPAddress()
2267
{
Callers
3
OnClientConnect
Method · 0.45
OnClientSettingsChanged
Method · 0.45
ProcessCommandTarget
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected