X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fapi.qh;h=79ba6426efd374e442277347e86b0d2e0028c4f9;hp=0de29af065b8bd274785902f077c9e8749bd51bb;hb=0f6c4bee8db75b0aded48382af1c2693b19624de;hpb=faa18c987f83ea9e8dc63aec9ecbc5eeb6420e2b diff --git a/qcsrc/server/bot/api.qh b/qcsrc/server/bot/api.qh index 0de29af065..79ba6426ef 100644 --- a/qcsrc/server/bot/api.qh +++ b/qcsrc/server/bot/api.qh @@ -46,7 +46,7 @@ float skill; .float wpcost; .int wpflags; -bool bot_aim(entity this, float shotspeed, float shotspeedupward, float maxshottime, float applygravity); +bool bot_aim(entity this, .entity weaponentity, float shotspeed, float shotspeedupward, float maxshottime, float applygravity); void bot_clientconnect(entity this); void bot_clientdisconnect(entity this); void bot_cmdhelp(string scmd);