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

◆ OnDebugSpawn()

override void OffroadHatchback::OnDebugSpawn ( )
inlineprivate

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

496 {
500
501 GetInventory().CreateInInventory("HatchbackWheel");
502 GetInventory().CreateInInventory("HatchbackWheel");
503 GetInventory().CreateInInventory("HatchbackWheel");
504 GetInventory().CreateInInventory("HatchbackWheel");
505
506 GetInventory().CreateInInventory("HatchbackDoors_Driver_Blue");
507 GetInventory().CreateInInventory("HatchbackDoors_CoDriver_Blue");
508 GetInventory().CreateInInventory("HatchbackHood_Blue");
509 GetInventory().CreateInInventory("HatchbackTrunk_Blue");
510
511 //-----IN CAR CARGO
512 GetInventory().CreateInInventory("HatchbackWheel");
513 GetInventory().CreateInInventory("HatchbackWheel");
514 }
void SpawnUniversalParts()
Определения CarScript.c:2801
void SpawnAdditionalItems()
Определения CarScript.c:2839
void FillUpCarFluids()
Определения CarScript.c:2869