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