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

◆ GetDoorConditionPointFromSelection()

string GetDoorConditionPointFromSelection ( string selection)
protected

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

2387 {
2388 switch( selection )
2389 {
2390 case "seat_driver":
2391 return "seat_con_1_1";
2392 break;
2393 case "seat_codriver":
2394 return "seat_con_2_1";
2395 break;
2396 case "seat_cargo1":
2397 return "seat_con_1_2";
2398 break;
2399 case "seat_cargo2":
2400 return "seat_con_2_2";
2401 break;
2402 }
2403
2404 return "";
2405 }