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

Method GetSteam3Id

core/PlayerManager.cpp:2302–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2300}
2301
2302const char *CPlayer::GetSteam3Id(bool validated)
2303{
2304 if (!m_Steam3Id.length() || (validated && !IsAuthStringValidated()))
2305 {
2306 return NULL;
2307 }
2308
2309 return m_Steam3Id.c_str();
2310}
2311
2312unsigned int CPlayer::GetSteamAccountID(bool validated)
2313{

Callers 3

ProcessCommandTargetMethod · 0.80
SteamIdToLocalFunction · 0.80
IsAuthIdConnectedFunction · 0.80

Calls 2

lengthMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected