DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetDieOffSpeedEx()
[2/2]
override
float
AgentBase::GetDieOffSpeedEx
(
PlayerBase
player
)
inline
private
См. определение в файле
ChemicalAgent.c
строка
16
17
{
18
if
( player.GetModifiersManager().IsModifierActive(
eModifiers
.MDF_CONTAMINATION2) || player.GetModifiersManager().IsModifierActive(
eModifiers
.MDF_CONTAMINATION3))
19
{
20
return
0;
21
}
22
else
23
{
24
return
super.GetDieOffSpeedEx(player);
//round-about way of getting the m_DieOffSpeed
25
}
26
}
eModifiers
eModifiers
Определения
eModifiers.c:2
AgentBase
Создано системой
1.13.2