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

◆ GetFreeBleedingSourceBitsByInvLocation()

int BleedingSourcesManagerBase::GetFreeBleedingSourceBitsByInvLocation ( int inv_location)
inlineprotected

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

89 {
90 if (m_BleedingSourcesZonesMaskByLocation.Contains(inv_location))
91 {
92 return (~m_BleedingSourcesZonesMaskByLocation.Get(inv_location) & GetBleedingSourceBitsByInvLocation(inv_location)) | (m_BleedingSourcesZonesMaskByLocation.Get(inv_location) & ~GetBleedingSourceBitsByInvLocation(inv_location));//xor
93 }
94
95 return 0;
96 }
int GetBleedingSourceBitsByInvLocation(int inv_location)
Определения BleedingSourcesManagerBase.c:77
static ref map< int, int > m_BleedingSourcesZonesMaskByLocation
Определения BleedingSourcesManagerBase.c:6

Перекрестные ссылки GetBleedingSourceBitsByInvLocation() и m_BleedingSourcesZonesMaskByLocation.