Added bot code.

This commit is contained in:
Justin Marshall
2026-05-19 18:34:55 -07:00
parent b97127f038
commit af56d4bfeb
166 changed files with 22251 additions and 297 deletions
+6 -1
View File
@@ -848,9 +848,14 @@ public:
virtual void InflictedDamageEvent(idEntity* target) override;
virtual void StateThreadChanged(void) override;
virtual bool IsBot(void) override
{
return true;
}
void SetEnemy( idPlayer* player, idVec3 origin );
void BotInputFrame( idUserCmdMgr& cmdMgr );
void BotInputFrame( void );
void Bot_ResetUcmd( usercmd_t& ucmd );
static void PresenceTypeBoundingBox( int presencetype, idVec3& mins, idVec3& maxs );