X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fapi.qh;fp=qcsrc%2Fserver%2Fbot%2Fapi.qh;h=3f434dbecc7ab529dcc0794ba514e31c60e4eb68;hp=9373319a455b648599bcd1100d245120e5e540d6;hb=76dd66af43f0f01131d019c3a8dacfe35a6f6a18;hpb=7d13257ab8cd25177ae7e2991f4e6fae6869d92a diff --git a/qcsrc/server/bot/api.qh b/qcsrc/server/bot/api.qh index 9373319a45..3f434dbecc 100644 --- a/qcsrc/server/bot/api.qh +++ b/qcsrc/server/bot/api.qh @@ -55,6 +55,7 @@ float skill; .int wpflags; bool bot_aim(entity this, .entity weaponentity, float shotspeed, float shotspeedupward, float maxshottime, float applygravity); +void bot_aim_reset(entity this); void bot_clientconnect(entity this); void bot_clientdisconnect(entity this); void bot_cmdhelp(string scmd);