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

◆ StepZeroingUpAllMuzzles()

void InventoryItemSuper::StepZeroingUpAllMuzzles ( )
inlineprivate

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

451 {
452 for (int i = 0; i < GetMuzzleCount(); i++)
453 {
454 StepZeroingUp(i);
455 }
456 }
proto native bool StepZeroingUp(int muzzleIndex=0)
sets zeroing to next defined (respective to current) value in zeroing config array
proto native int GetMuzzleCount()

Перекрестные ссылки GetMuzzleCount() и StepZeroingUp().