mod/addons/tablet/CfgWeapons.hpp
Jacob Schmidt 034135baeb
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2024-10-20 18:29:16 -05:00

20 lines
648 B
C++

class CfgWeapons {
class ACE_ItemCore;
class CBA_MiscItem_ItemInfo;
class PMCS_Tablet: ACE_ItemCore {
scope = 2;
scopeArsenal = 2;
scopeCurator = 2;
author = "IDSolutions";
displayName = "Tablet";
picture = QPATHTOF(images\getac_f110.paa);
model = QPATHTOF(data\pmcs_tablet.p3d);
descriptionShort = "PMC Simulator 3.0 tablet for navigation, communication, and more.";
hiddenSelections[] = {"camo1"};
hiddenSelectionsTextures[] = {QPATHTOF(data\getac_f110_co.paa)};
class ItemInfo: CBA_MiscItem_ItemInfo {
mass = 0;
};
};
};