DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CheckTextIDs()

void CheckLocalisationPlugin::CheckTextIDs ( string file)
inlineprivate

См. определение в файле CheckLocTool.c строка 27

28 {
29 m_module.SetOpenedResource(file);
30 WidgetSource cont = m_module.GetContainer();
31 int lastIndex = m_results.Count();
32 FindTexts(cont);
33 if (lastIndex != m_results.Count())
34 {
35 m_results.InsertAt(file + ":", lastIndex);
36 m_results.Insert("");
37 }
38 }
int[] WidgetSource
Определения EnEntity.c:3
WBModuleDef m_module
Определения CheckLocTool.c:5
void FindTexts(WidgetSource src)
Определения CheckLocTool.c:7
ref array< string > m_results
Определения CheckLocTool.c:4

Перекрестные ссылки FindTexts(), m_module и m_results.

Используется в Run().