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

◆ AssembleGun()

override void Weapon_Base::AssembleGun ( )
inlineprivate

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

176 {
177 super.AssembleGun();
178
179 if ( !FindAttachmentBySlotName(ATT_SLOT_EJECTOR) )
180 {
181 GetInventory().CreateAttachment("Magnum_Ejector");
182 }
183
184 if ( !FindAttachmentBySlotName(ATT_SLOT_CYLINDER) )
185 {
186 GetInventory().CreateAttachment("Magnum_Cylinder");
187 }
188
189 ForceSyncSelectionState();
191 }
const string ATT_SLOT_EJECTOR
Определения Magnum.c:56
void SyncCylinderRotation(bool reset=true)
Определения Magnum.c:242
const string ATT_SLOT_CYLINDER
Определения Magnum.c:55

Перекрестные ссылки ATT_SLOT_CYLINDER, ATT_SLOT_EJECTOR и SyncCylinderRotation().