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

◆ LiftWeaponRaycastResultCheck()

bool Weapon::LiftWeaponRaycastResultCheck ( notnull RaycastRVResult res)
inlineprivate

Return whether provided material triggers weapon lift (true) or not (false).

См. определение в файле Weapon_Base.c строка 2000

2001 {
2002 return res.surface.IsSolid();
2003 }

Используется в LiftWeaponCheckEx().