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

◆ StopIndicator()

void Managed::StopIndicator ( bool instant = false)
inlineprotected

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

99 {
100 if (!m_Terminating)
101 {
102 m_IsRunning = false;
103
104 if (instant)
105 {
106 m_EndNow = true;
107 }
108 m_Terminating = true;
109 }
110 }
bool m_Terminating
Определения BleedingIndicator.c:6
bool m_IsRunning
Определения BleedingIndicator.c:8
bool m_EndNow
Определения BleedingIndicator.c:7

Перекрестные ссылки m_EndNow, m_IsRunning и m_Terminating.