MCPcopy 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
794unsigned int Translator::GetLanguageCount()
795{
796 return (unsigned int)m_Languages.size();
797}
798
799BaseStringTable *Translator::GetStringTable()
800{

Callers 3

CPhraseFileMethod · 0.80
ReparseFileMethod · 0.80
sm_GetLanguageCountFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected