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

◆ ActivateAllBS()

void BleedingSourcesManagerBase::ActivateAllBS ( )
inlineprotected

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

148 {
149 for(int i = 0; i < m_BleedingSourceZone.Count(); i++)
150 {
151 int bit = m_BleedingSourceZone.GetElement(i).GetBit();
152 if( CanAddBleedingSource(bit) )
153 {
155 }
156 }
157 }
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.