]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/api.qh
Bot waypoints: save jump and custom jumppad links to <map>.waypoints.hardwired in...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / api.qh
index f0d1f4541b9516a93ec26b16a0693a9bce8b41d5..5d74a98a1e8315a222fdbcd9eb8d67a4466225fe 100644 (file)
@@ -14,6 +14,7 @@ const int WAYPOINTFLAG_USEFUL = BIT(17);  // Useless WP detection temporary flag
 const int WAYPOINTFLAG_DEAD_END = BIT(16);  // Useless WP detection temporary flag.
 const int WAYPOINTFLAG_LADDER = BIT(15);
 const int WAYPOINTFLAG_JUMP = BIT(14);
+const int WAYPOINTFLAG_CUSTOM_JP = BIT(13);  // jumppad with different destination waypoint (changed in the editor)
 
 entity kh_worldkeylist;
 .entity kh_worldkeynext;