DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
PerformDamageSystemReinit()
void InventoryItem::PerformDamageSystemReinit
(
)
inline
protected
См. определение в файле
ItemBase.c
строка
4448
4449
{
4450
array<string> zone_names =
new
array<string>;
4451
GetDamageZones(zone_names);
4452
for
(
int
i = 0; i < zone_names.Count(); i++)
4453
{
4454
SetHealthMax(zone_names.Get(i),
"Health"
);
4455
}
4456
SetHealthMax(
""
,
"Health"
);
4457
}
InventoryItem
Создано системой
1.13.2