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

◆ GetDoorSelectionNameFromSeatPos() [6/6]

override string CarScript::GetDoorSelectionNameFromSeatPos ( int posIdx)
inlineprotected

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

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