ACE3/addons/trenches/CfgWeapons.hpp

17 lines
506 B
C++
Raw Normal View History

class CfgWeapons {
class InventoryItem_Base_F;
class ACE_ItemCore;
class ACE_EntrenchingTool: ACE_ItemCore {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(EntrenchingToolName);
descriptionShort = CSTRING(EntrenchingToolDescription);
2015-11-07 06:16:08 +00:00
model = QUOTE(PATHTOEF(apl,ace_entrchtool.p3d));
picture = QUOTE(PATHTOF(ui\w_entrchtool_ca.paa));
scope = 2;
class ItemInfo: InventoryItem_Base_F {
mass = 10;
};
};
2015-11-07 06:16:08 +00:00
};