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

◆ RemoveAllSources()

void BleedingSourcesManagerBase::RemoveAllSources ( )
inlineprotected

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

171 {
172 //int count = m_BleedingSources.Count();
173 while (m_BleedingSources.Count() > 0 )
174 {
175 int bit = m_BleedingSources.GetKey(0);
177 }
178 }
ref map< int, ref BleedingSource > m_BleedingSources
Определения BleedingSourcesManagerBase.c:3
bool RemoveBleedingSource(int bit)
Определения BleedingSourcesManagerBase.c:308

Перекрестные ссылки m_BleedingSources и RemoveBleedingSource().

Используется в DebugActivateBleedingSource() и ~BleedingSourcesManagerServer().