DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
PerformDamageSystemReinit()
void InventoryItem::PerformDamageSystemReinit
(
)
inline
protected
См. определение в файле
ItemBase.c
строка
4536
4537
{
4538
array<string> zone_names =
new
array<string>;
4539
GetDamageZones(zone_names);
4540
for
(
int
i = 0; i < zone_names.Count(); i++)
4541
{
4542
SetHealthMax(zone_names.Get(i),
"Health"
);
4543
}
4544
SetHealthMax(
""
,
"Health"
);
4545
}
InventoryItem
Создано системой
1.13.2