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

◆ GetDoorSelectionNameFromSeatPos() [6/6]

override string CarScript::GetDoorSelectionNameFromSeatPos ( int posIdx)
inlineprotected

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

178 {
179 switch( posIdx )
180 {
181 case 0:
182 return "doors_driver";
183 break;
184 case 1:
185 return "doors_codriver";
186 break;
187 }
188
189 return super.GetDoorSelectionNameFromSeatPos(posIdx);
190 }