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

◆ HeightCheckOverride()

float Entity::HeightCheckOverride ( )
inlineprotected

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

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

637 {
638 return 0.0;
639 }