Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetLanguageCount
Method
GetLanguageCount
core/logic/Translator.cpp:794–797 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
792
}
793
794
unsigned int Translator::GetLanguageCount()
795
{
796
return (unsigned int)m_Languages.size();
797
}
798
799
BaseStringTable *Translator::GetStringTable()
800
{
Callers
3
CPhraseFile
Method · 0.80
ReparseFile
Method · 0.80
sm_GetLanguageCount
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected