![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | CarController |
| DEPRECATED class left for backwards compatibility, methods are available on car itself now. More... | |
| class | CarMove |
| class | CarOwnerState |
| class | CarType |
| class | Transport |
| Native class for boats - handles physics simulation. More... | |
Enumerations | |
| enum | CarAutomaticGearboxMode { P , R , N , D } |
| Enumerated automatic gearbox modes. (native, do not change or extend). More... | |
| enum | CarFluid { FUEL , OIL , BRAKE , COOLANT , USER1 , USER2 , USER3 , USER4 } |
| Type of vehicle's fluid. (native, do not change or extend). More... | |
| enum | CarGearboxType { MANUAL , AUTOMATIC } |
| Enumerated gearbox types. (native, do not change or extend). More... | |
| enum | CarSoundCtrl { ENGINE , RPM , SPEED , DOORS , PLAYER } |
| Car's sound controller list. (native, do not change or extend). More... | |
| enum | CarWheelWaterState { ON_LAND , IN_WATER , UNDER_WATER } |
| Enumerated car wheel water state. (native, do not change or extend). More... | |
Variables | |
| enum CarGearboxType | EIGTH |
| enum CarGearboxType | ELEVENTH |
| enum CarGearboxType | FIFTEENTH |
| enum CarGearboxType | FIFTH |
| enum CarGearboxType | FIRST = 1 |
| enum CarGearboxType | FOURTEENTH |
| enum CarGearboxType | FOURTH |
| enum CarGearboxType | NEUTRAL |
| enum CarGearboxType | NINTH |
| enum CarGearboxType | REVERSE |
| Enumerated vehicle's gears. (native, do not change or extend). | |
| enum CarGearboxType | SECOND = 2 |
| enum CarGearboxType | SEVENTH |
| enum CarGearboxType | SIXTEENTH |
| enum CarGearboxType | SIXTH |
| enum CarGearboxType | TENTH |
| enum CarGearboxType | THIRD |
| enum CarGearboxType | THIRTEENTH |
| enum CarGearboxType | TWELFTH |
| enum CarFluid |
| enum CarGearboxType |
| enum CarSoundCtrl |
| enum CarWheelWaterState |
| enum CarGearboxType EIGTH |
| enum CarGearboxType ELEVENTH |
| enum CarGearboxType FIFTEENTH |
| enum CarGearboxType FIFTH |
| FIRST = 1 |
Definition at line 3 of file pluginrecipesmanagerbase.c.
| enum CarGearboxType FOURTEENTH |
| enum CarGearboxType FOURTH |
| enum CarGearboxType NEUTRAL |
| enum CarGearboxType NINTH |
| enum CarGearboxType REVERSE |
Enumerated vehicle's gears. (native, do not change or extend).
| SECOND = 2 |
Definition at line 4 of file pluginrecipesmanagerbase.c.
| enum CarGearboxType SEVENTH |
| enum CarGearboxType SIXTEENTH |
| enum CarGearboxType SIXTH |
| enum CarGearboxType TENTH |
| enum CarGearboxType THIRD |
| enum CarGearboxType THIRTEENTH |
| enum CarGearboxType TWELFTH |