ACE3/addons/parachute/CfgWeapons.hpp
2015-04-10 18:31:43 +02:00

12 lines
354 B
C++

class CfgWeapons {
class ItemWatch;
class ACE_Altimeter: ItemWatch {
ACE_hideItemType = "Watch";
author = "$STR_ACE_Common_ACETeam";
descriptionShort = "$STR_ACE_Parachute_AltimeterDescription";
displayName = "$STR_ACE_Parachute_AltimeterDisplayName";
picture = PATHTOF(UI\watch_altimeter.paa);
};
};