Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp
ebaydayz 61f38fc259 Use number instead of string for weapon slot type in configs
This is consistent with the rest of the weapon configs.

It also avoids issues with using isNumber or getNumber to check slot
type in scripts.
2016-09-18 14:58:35 -04:00

5 lines
84 B
C++

class M60A4_EP1;
class M60A4_EP1_DZE : M60A4_EP1 {
type = WeaponSlotPrimary;
};