Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Vehicle Constants

\desc Constants for vehicles More...

Variables

const float VEHICLE_FLIP_ANGLE_TOLERANCE = 45
const bool VEHICLE_FLIP_WHEELS_LIMITED = true
 Angle of the vehicle from the normal of the surface under the vehicle.

Detailed Description

\desc Constants for vehicles

Variable Documentation

◆ VEHICLE_FLIP_ANGLE_TOLERANCE

const float VEHICLE_FLIP_ANGLE_TOLERANCE = 45
private

Definition at line 821 of file constants.c.

Referenced by BoatScript::DetectFlipped(), and Car::DetectFlipped().

◆ VEHICLE_FLIP_WHEELS_LIMITED

const bool VEHICLE_FLIP_WHEELS_LIMITED = true
private

Angle of the vehicle from the normal of the surface under the vehicle.

Definition at line 822 of file constants.c.

Referenced by Car::DetectFlipped().