MCPcopy 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
2266const char *CPlayer::GetIPAddress()
2267{
2268 return m_Ip.c_str();
2269}
2270
2271const char *CPlayer::GetAuthString(bool validated)
2272{

Callers 3

BanClientFunction · 0.80
sm_GetClientIPFunction · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected