ACE3/addons/parachute/CfgWeapons.hpp

12 lines
329 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);
2015-03-12 05:05:28 +00:00
picture = PATHTOF(UI\watch_altimeter.paa);
};
};