DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetSeatAnimationType() [8/8]

override int CarScript::GetSeatAnimationType ( int posIdx)
inlineprotected

См. определение в файле Van_01.c строка 68

69 {
70 switch( posIdx )
71 {
72 case 0:
73 return DayZPlayerConstants.VEHICLESEAT_DRIVER;
74 case 1:
75 return DayZPlayerConstants.VEHICLESEAT_CODRIVER;
76 case 2:
77 return DayZPlayerConstants.VEHICLESEAT_PASSENGER_L;
78 case 3:
79 return DayZPlayerConstants.VEHICLESEAT_PASSENGER_L;
80 case 4:
81 return DayZPlayerConstants.VEHICLESEAT_PASSENGER_L;
82 }
83
84 return 0;
85 }
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602