Added Draw Route function

This commit is contained in:
2026-05-24 16:07:04 -03:00
parent 1ab318c279
commit 1fff02cdd2
2 changed files with 164 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ class CfgFunctions {
class draw_polyline {
file = "\armatak\armatak\addons\main\functions\api\fn_draw_polyline.sqf";
};
class draw_route {
file = "\armatak\armatak\addons\main\functions\api\fn_draw_route.sqf";
};
class draw_tactical_graphic {
file = "\armatak\armatak\addons\main\functions\api\fn_draw_tactical_graphic.sqf";
};
@@ -170,4 +173,3 @@ class CfgFunctions {
};
};
};