PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Boat.c File Reference

Data Structures

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 

◆ 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