ACE3/addons/fastroping/CfgWaypoints.hpp
2016-04-08 20:34:50 +02:00

12 lines
325 B
C++

class CfgWaypoints {
class ACE {
displayName = "ACE";
class Fastrope {
displayName = CSTRING(Waypoint_Fastrope);
displayNameDebug = "Fastrope";
file = QPATHTOF(functions\fnc_deployAIWaypoint.sqf);
icon = QPATHTOF(UI\Icon_Waypoint.paa);
};
};
};