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

◆ HeightCheckOverride()

float Entity::HeightCheckOverride ( )
inlineprotected

used as script-side override of distance for specific height checks

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 648

649 {
650 return 0.0;
651 }