Boat's sound controller list. (native, do not change or extend)
Элементы перечислений |
---|
ENGINE | indicates if engine is ON
|
SPEED | speed of the boat in km/h
|
PLAYER | indicates if driver is controlled by player
|
См. определение в файле Boat.c строка 2
3{
4
7
8
10};
@ SPEED
speed of the boat in km/h
@ ENGINE
indicates if engine is ON
@ PLAYER
indicates if driver is controlled by player