DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetSkinningBloodInfectionChance()
float
Entity::GetSkinningBloodInfectionChance
(
eAgents
type
)
inline
protected
См. определение в файле
EntityAI.c
строка
504
505
{
506
float
value = 0.0;
507
if
(
m_BloodInfectionChanceCached
.Find(type, value))
508
return
value;
509
510
return
value;
511
}
Entity::m_BloodInfectionChanceCached
ref map< eAgents, float > m_BloodInfectionChanceCached
Определения
EntityAI.c:195
Перекрестные ссылки
m_BloodInfectionChanceCached
.
Entity
Создано системой
1.13.2