ACE3/addons/attach/CfgWeapons.hpp

16 lines
465 B
C++
Raw Normal View History

2015-01-13 23:03:12 +00:00
class CfgWeapons {
2015-02-01 20:56:19 +00:00
class ACE_ItemCore;
class InventoryItem_Base_F;
2015-01-13 23:03:12 +00:00
2015-02-01 20:56:19 +00:00
class ACE_IR_Strobe_Item: ACE_ItemCore {
displayName = "$STR_ACE_IrStrobe_Name";
descriptionShort = "$STR_ACE_IrStrobe_Description";
model = "\A3\weapons_F\ammo\mag_univ.p3d";
picture = PATHTOF(UI\irstrobe_item.paa);
scope = 2;
ACE_attachable = 1;
class ItemInfo: InventoryItem_Base_F {
mass = 1;
};
2015-01-13 23:03:12 +00:00
};
};