ACE3/addons/parachute/CfgWeapons.hpp
2015-05-27 22:04:41 +02:00

12 lines
329 B
C++

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