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

◆ GetSeatAnimationType() [8/8]

override int CarScript::GetSeatAnimationType ( int posIdx)
inlineprotected

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

78 {
79 switch( posIdx )
80 {
81 case 0:
82 return DayZPlayerConstants.VEHICLESEAT_DRIVER;
83 case 1:
84 return DayZPlayerConstants.VEHICLESEAT_CODRIVER;
85 case 2:
86 return DayZPlayerConstants.VEHICLESEAT_PASSENGER_L;
87 case 3:
88 return DayZPlayerConstants.VEHICLESEAT_PASSENGER_L;
89 case 4:
90 return DayZPlayerConstants.VEHICLESEAT_PASSENGER_L;
91 }
92
93 return 0;
94 }
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602