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

Function if

core/PlayerManager.cpp:739–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737 }
738#if SOURCE_ENGINE == SE_CSGO || SOURCE_ENGINE == SE_BLADE || SOURCE_ENGINE == SE_MCV
739 else if(m_QueryLang)
740 {
741 // Not a bot
742 pPlayer->m_LanguageCookie = g_ConVarManager.QueryClientConVar(pEntity, "cl_language", NULL, 0);
743 }
744#endif
745
746 if (playerinfo)

Callers

nothing calls this directly

Calls 1

QueryClientConVarMethod · 0.45

Tested by

no test coverage detected