ACE3/addons/parachute/CfgWeapons.hpp
2016-04-08 20:34:50 +02:00

12 lines
330 B
C++

class CfgWeapons {
class ItemWatch;
class ACE_Altimeter: ItemWatch {
ACE_hideItemType = "Watch";
author = ECSTRING(common,ACETeam);
descriptionShort = CSTRING(AltimeterDescription);
displayName = CSTRING(AltimeterDisplayName);
picture = QPATHTOF(UI\watch_altimeter.paa);
};
};