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

См. исходные тексты.

Структуры данных

class  Transport
 Base native class for all motorized wheeled vehicles. Подробнее...
 
class  CarController
 DEPRECATED class left for backwards compatibility, methods are available on car itself now. Подробнее...
 

Перечисления

enum  CarSoundCtrl {
  ENGINE , RPM , SPEED , DOORS ,
  PLAYER
}
 Car's sound controller list. (native, do not change or extend) Подробнее...
 
enum  CarFluid {
  FUEL , OIL , BRAKE , COOLANT ,
  USER1 , USER2 , USER3 , USER4
}
 Type of vehicle's fluid. (native, do not change or extend) Подробнее...
 
enum  CarGearboxType { MANUAL , AUTOMATIC }
 Enumerated gearbox types. (native, do not change or extend) Подробнее...
 
enum  CarAutomaticGearboxMode { P , R , N , D }
 Enumerated automatic gearbox modes. (native, do not change or extend) Подробнее...
 
enum  CarWheelWaterState { ON_LAND , IN_WATER , UNDER_WATER }
 Enumerated car wheel water state. (native, do not change or extend) Подробнее...
 

Переменные

enum CarGearboxType REVERSE
 Enumerated vehicle's gears. (native, do not change or extend)
 
enum CarGearboxType NEUTRAL
 
enum CarGearboxType FIRST = 1
 
enum CarGearboxType SECOND = 2
 
enum CarGearboxType THIRD
 
enum CarGearboxType FOURTH
 
enum CarGearboxType FIFTH
 
enum CarGearboxType SIXTH
 
enum CarGearboxType SEVENTH
 
enum CarGearboxType EIGTH
 
enum CarGearboxType NINTH
 
enum CarGearboxType TENTH
 
enum CarGearboxType ELEVENTH
 
enum CarGearboxType TWELFTH
 
enum CarGearboxType THIRTEENTH
 
enum CarGearboxType FOURTEENTH
 
enum CarGearboxType FIFTEENTH
 
enum CarGearboxType SIXTEENTH