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

◆ ActivateAllBS()

void BleedingSourcesManagerBase::ActivateAllBS ( )
inlineprotected

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

155 {
156 for (int i = 0; i < m_BleedingSourceZone.Count(); ++i)
157 {
158 int bit = m_BleedingSourceZone.GetElement(i).GetBit();
159 if (CanAddBleedingSource(bit))
160 {
162 }
163 }
164 }
void AddBleedingSource(int bit)
Определения BleedingSourcesManagerBase.c:260
bool CanAddBleedingSource(int bit)
Определения BleedingSourcesManagerBase.c:241
ref map< string, ref BleedingSourceZone > m_BleedingSourceZone
Определения BleedingSourcesManagerBase.c:4

Перекрестные ссылки AddBleedingSource(), CanAddBleedingSource() и m_BleedingSourceZone.