MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / GetAuthString

Method GetAuthString

core/PlayerManager.cpp:2271–2279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269}
2270
2271const char *CPlayer::GetAuthString(bool validated)
2272{
2273 if (validated && !IsAuthStringValidated())
2274 {
2275 return NULL;
2276 }
2277
2278 return m_AuthID.c_str();
2279}
2280
2281const CSteamID &CPlayer::GetSteamId(bool validated)
2282{

Callers 6

OnClientConnectMethod · 0.80
DescribePlayerMethod · 0.80
BanClientFunction · 0.80
SteamIdToLocalFunction · 0.80
GetPlayerCompatAuthIdFunction · 0.80
IsAuthIdConnectedFunction · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected