DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ActionCondition()
override
bool
FirearmActionUnjam::ActionCondition
(
PlayerBase
player
,
ActionTarget
target
,
ItemBase
item
)
inline
private
См. определение в файле
FirearmActionUnjam.c
строка
29
30
{
31
if
(!super.ActionCondition( player, target, item ))
32
return
false
;
33
34
Weapon_Base wpn = Weapon_Base.Cast(item);
35
return
player.GetWeaponManager().CanUnjam(wpn);
36
}
Перекрестные ссылки
ActionTarget
.
FirearmActionUnjam
Создано системой
1.13.2