Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetIPAddress
Method
GetIPAddress
core/PlayerManager.cpp:2266–2269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2264
}
2265
2266
const char *CPlayer::GetIPAddress()
2267
{
2268
return m_Ip.c_str();
2269
}
2270
2271
const char *CPlayer::GetAuthString(bool validated)
2272
{
Callers
3
OnClientSettingsChanged
Method · 0.80
BanClient
Function · 0.80
sm_GetClientIP
Function · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected