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

Method CPhraseFile

core/logic/Translator.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69CPhraseFile::CPhraseFile(Translator *pTranslator, const char *file)
70{
71 m_pStringTab = pTranslator->GetStringTable();
72 m_pMemory = m_pStringTab->GetMemTable();
73 m_LangCount = pTranslator->GetLanguageCount();
74 m_File.assign(file);
75 m_pTranslator = pTranslator;
76}
77
78CPhraseFile::~CPhraseFile()
79{

Callers

nothing calls this directly

Calls 3

GetStringTableMethod · 0.80
GetLanguageCountMethod · 0.80
GetMemTableMethod · 0.45

Tested by

no test coverage detected