X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fhavocbot%2Fhavocbot.qh;h=d1a36a117260027569b229cb291cc78e2cd0a70a;hp=8ab4cba6e973309029860712ab799f87fd245ff5;hb=8e4957c252f8381e37f2a72e227797bf51e5cc2f;hpb=cc37ae9ec08cca9f8b17cdbf91e71380d0d6f700 diff --git a/qcsrc/server/bot/default/havocbot/havocbot.qh b/qcsrc/server/bot/default/havocbot/havocbot.qh index 8ab4cba6e..d1a36a117 100644 --- a/qcsrc/server/bot/default/havocbot/havocbot.qh +++ b/qcsrc/server/bot/default/havocbot/havocbot.qh @@ -5,7 +5,7 @@ */ .float havocbot_keyboardskill; -.float facingwalltime, ignoregoaltime; +.float ignoregoaltime; .float lastfiredweapon; .float lastcombotime; .float havocbot_blockhead; @@ -23,6 +23,8 @@ .float havocbot_stickenemy; .float havocbot_role_timeout; +.float bot_stop_moving_timeout; +.float bot_tracewalk_time; .entity ignoregoal; .entity bot_lastseengoal; .entity havocbot_personal_waypoint; @@ -49,9 +51,6 @@ float havocbot_moveto_refresh_route(entity this); vector havocbot_dodge(entity this); -.void(entity this) havocbot_role; -.void(entity this) havocbot_previous_role; - void(entity this, float ratingscale, vector org, float sradius) havocbot_goalrating_items; void(entity this, float ratingscale, vector org, float sradius) havocbot_goalrating_enemyplayers; @@ -60,5 +59,3 @@ void(entity this, float ratingscale, vector org, float sradius) havocbot_goalrat */ .entity draggedby; -.float ladder_time; -.entity ladder_entity;