Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
boat.c File Reference

Go to the source code of this file.

Classes

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

Enumerations

enum  BoatSoundCtrl { ENGINE , SPEED , PLAYER }
 Boat's sound controller list. (native, do not change or extend) More...
 
enum  BoatFluid { FUEL }
 Type of vehicle's fluid. (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.