ACE3/addons/mk6mortar/CfgWeapons.hpp

16 lines
442 B
C++
Raw Normal View History

2015-04-05 06:57:24 +00:00
class CfgWeapons {
2015-04-05 23:05:23 +00:00
class ACE_ItemCore;
class InventoryItem_Base_F;
2015-04-05 06:57:24 +00:00
2015-04-05 23:05:23 +00:00
class ACE_RangeTable_82mm: ACE_ItemCore {
2015-05-27 20:04:41 +00:00
author = ECSTRING(common,ACETeam);
2015-04-05 23:05:23 +00:00
scope = 2;
displayName = CSTRING(rangetable_name);
descriptionShort = CSTRING(rangetable_description);
2015-04-05 23:05:23 +00:00
picture = QUOTE(PATHTOF(UI\icon_rangeTable.paa));
class ItemInfo: InventoryItem_Base_F {
mass = 0.5;
};
};
2015-04-05 06:57:24 +00:00
};