ACE3/addons/sam/CfgWeapons.hpp

27 lines
718 B
C++
Raw Normal View History

2021-04-21 07:41:56 +00:00
class CfgWeapons {
2021-05-21 02:22:38 +00:00
class weapon_mim145Launcher;
class GVAR(patriot): weapon_mim145Launcher {
author = "Brandon (TCVM)";
displayName = CSTRING(patriot);
magazines[] = { QGVAR(patriot) };
weaponLockDelay = 0.5;
};
2021-04-21 07:41:56 +00:00
2021-05-21 02:22:38 +00:00
class weapon_rim162Launcher;
class GVAR(RIM162): weapon_rim162Launcher {
author = "Brandon (TCVM)";
displayName = CSTRING(essm);
magazines[] = { QGVAR(RIM162) };
weaponLockDelay = 0.5;
};
2021-04-21 07:41:56 +00:00
2021-05-21 02:22:38 +00:00
class weapon_s750Launcher;
class GVAR(s400): weapon_s750Launcher {
author = "Brandon (TCVM)";
displayName = CSTRING(s400);
magazines[] = { QGVAR(s400) };
weaponLockDelay = 0.5;
};
2021-04-21 07:41:56 +00:00
};