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

◆ DetectFlipped()

override bool BoatScript::DetectFlipped ( VehicleFlippedContext ctx)
inlineprotected

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

431 {
432 if (!DetectFlippedUsingSurface(ctx, GameConstants.VEHICLE_FLIP_ANGLE_TOLERANCE))
433 return false;
434 return true;
435 }

Перекрестные ссылки GameConstants::VEHICLE_FLIP_ANGLE_TOLERANCE.