X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fwaypoints.qh;h=bcaa80dbc8268b6a52a492791ff4c6f0a7e4ea0a;hb=2f553b6be14a316d31fe5c35df47c300ce6a1561;hp=e9aa1ee12a64213aa9fb8af5feb11347495ba02e;hpb=126111bb9ef1d8979a6b76bcf464f6e19ea1168d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/default/waypoints.qh b/qcsrc/server/bot/default/waypoints.qh index e9aa1ee12a..bcaa80dbc8 100644 --- a/qcsrc/server/bot/default/waypoints.qh +++ b/qcsrc/server/bot/default/waypoints.qh @@ -1,7 +1,11 @@ #pragma once -/* - * Globals and Fields - */ + +bool autocvar_g_waypointeditor; +bool autocvar_g_waypointeditor_symmetrical; +bool autocvar_g_waypointeditor_symmetrical_allowload = true; +vector autocvar_g_waypointeditor_symmetrical_origin; +int autocvar_g_waypointeditor_symmetrical_order; +vector autocvar_g_waypointeditor_symmetrical_axis; // increase by 0.01 when changes require only waypoint relinking // increase by 1 when changes require to manually edit waypoints