ACE3/addons/parachute/CfgWeapons.hpp

12 lines
354 B
C++
Raw Normal View History

2015-03-12 05:05:28 +00:00
class CfgWeapons {
class ItemWatch;
2015-04-10 16:31:43 +00:00
class ACE_Altimeter: ItemWatch {
ACE_hideItemType = "Watch";
2015-03-12 05:05:28 +00:00
author = "$STR_ACE_Common_ACETeam";
descriptionShort = "$STR_ACE_Parachute_AltimeterDescription";
displayName = "$STR_ACE_Parachute_AltimeterDisplayName";
picture = PATHTOF(UI\watch_altimeter.paa);
};
};