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

◆ DetectFlipped()

override bool BoatScript::DetectFlipped ( VehicleFlippedContext ctx)
inlineprotected

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

483 {
484 if (!DetectFlippedUsingSurface(ctx, GameConstants.VEHICLE_FLIP_ANGLE_TOLERANCE))
485 return false;
486 return true;
487 }

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