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

◆ HeightCheckOverride()

float Entity::HeightCheckOverride ( )
inlineprotected

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

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

637 {
638 return 0.0;
639 }