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

◆ GetBleedingSourceBitsByInvLocation()

int BleedingSourcesManagerBase::GetBleedingSourceBitsByInvLocation ( int inv_location)
inlineprotected

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

78 {
79 if (m_BleedingSourcesByLocation.Contains(inv_location))
80 {
81 return m_BleedingSourcesByLocation.Get(inv_location);
82 }
83
84 return 0;
85 }
ref map< int, int > m_BleedingSourcesByLocation
Определения BleedingSourcesManagerBase.c:5

Перекрестные ссылки m_BleedingSourcesByLocation.

Используется в GetFreeBleedingSourceBitsByInvLocation().