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

◆ SpawnUniversalParts()

void Car::SpawnUniversalParts ( )
inlineprotected

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

2979 {
2980 GetInventory().CreateInInventory("HeadlightH7");
2981 GetInventory().CreateInInventory("HeadlightH7");
2982 GetInventory().CreateInInventory("HeadlightH7");
2983 GetInventory().CreateInInventory("HeadlightH7");
2984
2985 if (IsVitalCarBattery())
2986 {
2987 GetInventory().CreateInInventory("CarBattery");
2988 GetInventory().CreateInInventory("CarBattery");
2989 }
2990
2991 if (IsVitalTruckBattery())
2992 {
2993 GetInventory().CreateInInventory("TruckBattery");
2994 GetInventory().CreateInInventory("TruckBattery");
2995 }
2996
2997 if (IsVitalRadiator())
2998 {
2999 GetInventory().CreateInInventory("CarRadiator");
3000 GetInventory().CreateInInventory("CarRadiator");
3001 }
3002
3003 if (IsVitalSparkPlug())
3004 {
3005 GetInventory().CreateInInventory("SparkPlug");
3006 GetInventory().CreateInInventory("SparkPlug");
3007 }
3008
3009 if (IsVitalGlowPlug())
3010 {
3011 GetInventory().CreateInInventory("GlowPlug");
3012 GetInventory().CreateInInventory("GlowPlug");
3013 }
3014 }
bool IsVitalGlowPlug()
Определения CarScript.c:2601
bool IsVitalRadiator()
Определения CarScript.c:2611
bool IsVitalTruckBattery()
Определения CarScript.c:2596
bool IsVitalCarBattery()
Определения CarScript.c:2591

Перекрестные ссылки CarScript::IsVitalCarBattery(), CarScript::IsVitalGlowPlug(), CarScript::IsVitalRadiator(), CarScript::IsVitalSparkPlug() и CarScript::IsVitalTruckBattery().