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

◆ LiftWeaponRaycastResultCheck()

bool Weapon::LiftWeaponRaycastResultCheck ( notnull RaycastRVResult res)
inlineprotected

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

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

1702 {
1703 return res.surface.IsSolid();
1704 }

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