Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
boat.c File Reference

Go to the source code of this file.

Data Structures

class  BoatMove
class  BoatOwnerState
class  BoatType
class  Transport
 Native class for boats - handles physics simulation. More...

Enumerations

enum  BoatFluid { FUEL }
 Type of vehicle's fluid. (native, do not change or extend). More...
enum  BoatSoundCtrl { ENGINE , SPEED , PLAYER }
 Boat's sound controller list. (native, do not change or extend). More...

Enumeration Type Documentation

◆ BoatFluid

enum BoatFluid

Type of vehicle's fluid. (native, do not change or extend).

Enumerator
FUEL 

Definition at line 13 of file boat.c.

◆ BoatSoundCtrl

Boat's sound controller list. (native, do not change or extend).

Enumerator
ENGINE 

indicates if engine is ON

SPEED 

speed of the boat in km/h

PLAYER 

indicates if driver is controlled by player

Definition at line 2 of file boat.c.