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

◆ DamageAllLegs()

void ManBase::DamageAllLegs ( float inputDmg)
inlineprotected

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

9387 {
9388 array<string> legZones = new array<string>;
9389 legZones.Insert("LeftLeg");
9390 legZones.Insert("RightLeg");
9391 legZones.Insert("RightFoot");
9392 legZones.Insert("LeftFoot");
9393
9394 foreach (string legZone : legZones)
9395 DecreaseHealth(legZone, "", inputDmg);
9396 }