Admin Debug Map - Ingame item ?
okay so i was looking through dayzs files and in the CfgWeapons.hpp
i found this
so has anyone ever seen this before or tried spawning ItemMap_Debug and seeing what it is/does
i found this
Code:
class ItemMap_Debug: ItemCore {
descriptionshort = "Debug Map - Admin use only";
displayname = "Map";
picture = "\ca\ui\data\gear_picture_map_ca.paa";
scope = 2;
simulation = "ItemMap";
class Library {
libtextdesc = "Debug Map - Admin use only";
};
};
