ACE3/addons/fastroping/CfgWaypoints.hpp

12 lines
325 B
C++
Raw Normal View History

2016-03-05 19:25:35 +00:00
class CfgWaypoints {
class ACE {
displayName = "ACE";
class Fastrope {
displayName = CSTRING(Waypoint_Fastrope);
displayNameDebug = "Fastrope";
2016-04-08 18:34:50 +00:00
file = QPATHTOF(functions\fnc_deployAIWaypoint.sqf);
icon = QPATHTOF(UI\Icon_Waypoint.paa);
2016-03-05 19:25:35 +00:00
};
};
};