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

◆ GetDoorSelectionNameFromSeatPos() [6/6]

override string CarScript::GetDoorSelectionNameFromSeatPos ( int posIdx)
inlineprotected

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

169 {
170 switch( posIdx )
171 {
172 case 0:
173 return "doors_driver";
174 break;
175 case 1:
176 return "doors_codriver";
177 break;
178 }
179
180 return super.GetDoorSelectionNameFromSeatPos(posIdx);
181 }