DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
PerformDamageSystemReinit()
void InventoryItem::PerformDamageSystemReinit
(
)
inline
protected
См. определение в файле
ItemBase.c
строка
4520
4521
{
4522
array<string> zone_names =
new
array<string>;
4523
GetDamageZones(zone_names);
4524
for
(
int
i = 0; i < zone_names.Count(); i++)
4525
{
4526
SetHealthMax(zone_names.Get(i),
"Health"
);
4527
}
4528
SetHealthMax(
""
,
"Health"
);
4529
}
InventoryItem
Создано системой
1.13.2