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

◆ DamageAllLegs()

void ManBase::DamageAllLegs ( float inputDmg)
inlineprotected

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

9043 {
9044 array<string> legZones = new array<string>;
9045 legZones.Insert("LeftLeg");
9046 legZones.Insert("RightLeg");
9047 legZones.Insert("RightFoot");
9048 legZones.Insert("LeftFoot");
9049
9050 foreach (string legZone : legZones)
9051 DecreaseHealth(legZone, "", inputDmg);
9052 }