20 lines
638 B
C++
20 lines
638 B
C++
class CfgWeapons {
|
|
class ACE_ItemCore;
|
|
class CBA_MiscItem_ItemInfo;
|
|
class FORGE_Tablet: ACE_ItemCore {
|
|
scope = 2;
|
|
scopeArsenal = 2;
|
|
scopeCurator = 2;
|
|
author = "IDSolutions";
|
|
displayName = "Tablet";
|
|
picture = QPATHTOF(images\getac_f110.paa);
|
|
model = QPATHTOF(data\forge_tablet.p3d);
|
|
descriptionShort = "FORGE tablet for navigation, communication, and more.";
|
|
hiddenSelections[] = {"camo1"};
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\getac_f110_co.paa)};
|
|
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 0;
|
|
};
|
|
};
|
|
}; |