X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fapi.qh;fp=qcsrc%2Fserver%2Fbot%2Fapi.qh;h=4d9c5d706e5f716b387c23570e1d4b491e7457c3;hb=815cd76908d83a332a1a58416efb058befb2b4e6;hp=5d74a98a1e8315a222fdbcd9eb8d67a4466225fe;hpb=aa04590622109c575cc03b99f6e2d16e0b6cbeab;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/api.qh b/qcsrc/server/bot/api.qh index 5d74a98a1..4d9c5d706 100644 --- a/qcsrc/server/bot/api.qh +++ b/qcsrc/server/bot/api.qh @@ -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);