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

◆ AssembleGun()

override void SSG82_Base::AssembleGun ( )
inlineprivate

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

9 {
10 super.AssembleGun();
11
12 if ( !FindAttachmentBySlotName("weaponOpticsAug") )
13 {
14 GetInventory().CreateAttachment("SSG82Optic");
15 }
16 }