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

◆ Show()

void Show ( )
protected

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

342 {
343 ShowWidgets(true);
344 m_IsActive = true;
345
346 if (!m_TickTimer)
347 {
348 m_TickTimer = new Timer();
349 m_TickTimer.Run(0.1, this, "Tick", NULL, true);
350 }
351 }
bool m_IsActive
Определения ModifierBase.c:19
ref Timer m_TickTimer
Определения PluginDayZCreatureAIDebug.c:86
void ShowWidgets(bool show)
Определения PluginDayzPlayerDebug.c:332
Определения DayZPlayerImplement.c:63

Перекрестные ссылки m_IsActive, m_TickTimer и PluginBase::ShowWidgets().