DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetSeatAnimationType()
override
int
Boat_01_ColorBase::GetSeatAnimationType
(
int
posIdx
)
inline
private
См. определение в файле
Boat_01.c
строка
20
21
{
22
switch
(posIdx)
23
{
24
case
0:
25
return
DayZPlayerConstants
.VEHICLESEAT_DRIVER;
26
case
1:
27
return
DayZPlayerConstants
.VEHICLESEAT_CODRIVER;
28
case
2:
29
return
DayZPlayerConstants
.VEHICLESEAT_PASSENGER_L;
30
case
3:
31
return
DayZPlayerConstants
.VEHICLESEAT_PASSENGER_R;
32
}
33
34
return
0;
35
}
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Определения
dayzplayer.c:602
Boat_01_ColorBase
Создано системой
1.13.2