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

◆ GetSkinningBloodInfectionChance()

float Entity::GetSkinningBloodInfectionChance ( eAgents type)
inlineprotected

См. определение в файле 3_Game/Entities/EntityAI.c строка 504

505 {
506 float value = 0.0;
507 if (m_BloodInfectionChanceCached.Find(type, value))
508 return value;
509
510 return value;
511 }
ref map< eAgents, float > m_BloodInfectionChanceCached
Определения 3_Game/Entities/EntityAI.c:195

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