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

◆ OnDebugSpawn()

override void OffroadHatchback::OnDebugSpawn ( )
inlineprivate

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

497 {
498 SpawnUniversalParts();
499 SpawnAdditionalItems();
500 FillUpCarFluids();
501
502 GetInventory().CreateInInventory("HatchbackWheel");
503 GetInventory().CreateInInventory("HatchbackWheel");
504 GetInventory().CreateInInventory("HatchbackWheel");
505 GetInventory().CreateInInventory("HatchbackWheel");
506
507 GetInventory().CreateInInventory("HatchbackDoors_Driver_Blue");
508 GetInventory().CreateInInventory("HatchbackDoors_CoDriver_Blue");
509 GetInventory().CreateInInventory("HatchbackHood_Blue");
510 GetInventory().CreateInInventory("HatchbackTrunk_Blue");
511
512 //-----IN CAR CARGO
513 GetInventory().CreateInInventory("HatchbackWheel");
514 GetInventory().CreateInInventory("HatchbackWheel");
515 }