]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/scripting.qh
Fix bots standing still after one of them is forced to observe with movetospec or...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / scripting.qh
index cb5bf625f6cb0c37a71f445e33683f4cbfa70239..58c1fe8bd7cb22f5196001712a6f6180c416c5be 100644 (file)
@@ -71,6 +71,8 @@ float bot_barriertime;
 .float bot_cmd_execution_index;                // Position in the queue of the command to be executed
 
 
+bool bot_ispaused(entity this);
+
 void bot_resetqueues();
 void bot_queuecommand(entity bot, string cmdstring);
 void bot_cmdhelp(string scmd);