MCPcopy 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
2261const char *CPlayer::GetName()
2262{
2263 return m_Name.c_str();
2264}
2265
2266const char *CPlayer::GetIPAddress()
2267{

Callers 3

OnClientConnectMethod · 0.45
ProcessCommandTargetMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected