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

◆ AssembleGun()

override void M79_Base::AssembleGun ( )
inlineprivate

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

36 {
37 super.AssembleGun();
38
39 if ( !FindAttachmentBySlotName("weaponOpticsAug") )
40 {
41 GetInventory().CreateAttachment("M79DummyOptics");
42 }
43 }