ACE3/addons/parachute/CfgWeapons.hpp

12 lines
330 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-05-27 20:04:41 +00:00
author = ECSTRING(common,ACETeam);
descriptionShort = CSTRING(AltimeterDescription);
displayName = CSTRING(AltimeterDisplayName);
2016-04-08 18:34:50 +00:00
picture = QPATHTOF(UI\watch_altimeter.paa);
2015-03-12 05:05:28 +00:00
};
};