]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/api.qh
Bot waypoints: fix some ambiguities by making hardwired links distinguishable from...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / api.qh
index 5d74a98a1e8315a222fdbcd9eb8d67a4466225fe..4d9c5d706e5f716b387c23570e1d4b491e7457c3 100644 (file)
@@ -52,8 +52,8 @@ float skill;
 .float wp24mincost, wp25mincost, wp26mincost, wp27mincost, wp28mincost, wp29mincost, wp30mincost, wp31mincost;
 .float wpconsidered;
 .float wpcost;
-.float wphardwired;
 .int wpflags;
+.entity wphw00, wphw01, wphw02, wphw03, wphw04, wphw05, wphw06, wphw07;
 
 bool bot_aim(entity this, .entity weaponentity, float shotspeed, float shotspeedupward, float maxshottime, float applygravity);
 void bot_aim_reset(entity this);