DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanBeUsedForSuicide()
override
bool
Weapon::CanBeUsedForSuicide
(
)
inline
protected
См. определение в файле
Weapon_Base.c
строка
1916
1917
{
1918
if
(!ConfigGetBool(
"isSuicideWeapon"
))
1919
return
false
;
1920
1921
return
super.CanBeUsedForSuicide();
1922
}
Weapon
Создано системой
1.13.2