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
+8
View File
@@ -55,6 +55,12 @@ public:
virtual void Think( void );
virtual void Present();
int GetModelIndex() const
{
return modelindex;
}
enum {
EVENT_PICKUP = idEntity::EVENT_MAXEVENTS,
EVENT_RESPAWN,
@@ -75,6 +81,8 @@ private:
bool pulse;
bool canPickUp;
int modelindex;
// for item pulse effect
int itemShellHandle;
const idMaterial * shellMaterial;