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

◆ GetSkinningBloodInfectionChance()

float Entity::GetSkinningBloodInfectionChance ( eAgents type)
inlineprotected

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

517 {
518 float value = 0.0;
519 if (m_BloodInfectionChanceCached.Find(type, value))
520 return value;
521
522 return value;
523 }
ref map< eAgents, float > m_BloodInfectionChanceCached

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