Testing Tags
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user