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=02c0f3e7d76b3d8912afcea77f8f0ea5fb779df1;hp=8ab4cba6e973309029860712ab799f87fd245ff5;hb=0dbe060bf006760aed632a7157abce7c70c211de;hpb=ff5abbe10f6a0542cc40e931d0f61aafa359eff9 diff --git a/qcsrc/server/bot/default/havocbot/havocbot.qh b/qcsrc/server/bot/default/havocbot/havocbot.qh index 8ab4cba6e..02c0f3e7d 100644 --- a/qcsrc/server/bot/default/havocbot/havocbot.qh +++ b/qcsrc/server/bot/default/havocbot/havocbot.qh @@ -5,24 +5,24 @@ */ .float havocbot_keyboardskill; -.float facingwalltime, ignoregoaltime; +.float ignoregoaltime; .float lastfiredweapon; .float lastcombotime; .float havocbot_blockhead; .float havocbot_keyboardtime; .float havocbot_ducktime; -.float bot_timelastseengoal; -.float bot_canruntogoal; .float bot_chooseweapontime; .float rocketjumptime; .float nextaim; .float havocbot_personal_waypoint_searchtime; .float havocbot_personal_waypoint_failcounter; .float havocbot_chooseenemy_finished; -.float havocbot_stickenemy; +.float havocbot_stickenemy_time; .float havocbot_role_timeout; +.float bot_stop_moving_timeout; +.float bot_tracewalk_time; .entity ignoregoal; .entity bot_lastseengoal; .entity havocbot_personal_waypoint; @@ -49,9 +49,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 +57,3 @@ void(entity this, float ratingscale, vector org, float sradius) havocbot_goalrat */ .entity draggedby; -.float ladder_time; -.entity ladder_entity;