Testing Tags

This commit is contained in:
2026-06-26 19:12:03 +10:00
parent 4c6ccf2cb1
commit 4a71ad45c0
17 changed files with 1455 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#include "taw_vd\GUI.h"
class CfgFunctions
{
#include "taw_vd\CfgFunctions.hpp"
};
class Params
{
class Param_Waypoints
{
title="Waypoints";
values[]={0,1,2};
texts[]={"On", "No Distance", "Off"};
default = 1;
};
};