mod/addons/phone/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
601 B
C++

class CfgWeapons {
class ACE_ItemCore;
class CBA_MiscItem_ItemInfo;
class PMCS_Phone: ACE_ItemCore {
scope = 2;
scopeArsenal = 2;
scopeCurator = 2;
author = "IDSolutions";
displayName = "Phone";
picture = QPATHTOF(images\mobile_frame.paa);
model = QPATHTOF(data\pmcs_mobile.p3d);
descriptionShort = "PMC Simulator 3.0 cell phone for text-messaging and more.";
hiddenSelections[] = {};
hiddenSelectionsTextures[] = {};
class ItemInfo: CBA_MiscItem_ItemInfo {
mass = 0;
};
};
};