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

◆ RequestDeletion()

void BleedingSourcesManagerBase::RequestDeletion ( int bit)
inlineprotected

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

23 {
24 if (m_DeleteList.Find(bit) == -1) //avoids multiple removal of the same bit/source
25 {
26 m_DeleteList.Insert(bit);
28 }
29 }
ref array< int > m_DeleteList
Определения BleedingSourcesManagerServer.c:6

Перекрестные ссылки m_DeleteList и m_ProcessSourcesRemoval.