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

◆ Clear()

void ScriptConsoleOutputTab::Clear ( bool clearFile = false)
inlineprotected

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

39 {
40 if(clearFile)
41 Debug.ClearLogs();
42 m_ClientLogListbox.ClearItems();
43 }
void Debug()
Определения UniversalTemperatureSource.c:349
TextListboxWidget m_ClientLogListbox
Определения ScriptConsoleOutputTab.c:3

Перекрестные ссылки Debug::ClearLogs() и m_ClientLogListbox.

Используется в OnClick() и ReloadOutput().