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

Method Translator

core/logic/Translator.cpp:690–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688 **************************/
689
690Translator::Translator() : m_ServerLang(SOURCEMOD_LANGUAGE_ENGLISH)
691{
692 m_pStringTab = new BaseStringTable(2048);
693 strncopy(m_InitialLang, "en", sizeof(m_InitialLang));
694}
695
696Translator::~Translator()
697{

Callers

nothing calls this directly

Calls 1

strncopyFunction · 0.70

Tested by

no test coverage detected