mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 16:21:04 +02:00
Added bot code.
This commit is contained in:
@@ -153,6 +153,10 @@ public:
|
||||
virtual int ClientGetIncomingRate( void );
|
||||
virtual float ClientGetIncomingPacketLoss( void );
|
||||
|
||||
virtual int AllocateClientSlotForBot(int maxPlayersOnServer);
|
||||
virtual int ServerSetBotUserCommand(int clientNum, int frameNum, const usercmd_t& cmd);
|
||||
virtual int ServerSetBotUserName(int clientNum, const char* playerName);
|
||||
|
||||
#endif // QUAKE4
|
||||
|
||||
#ifdef QUAKE4
|
||||
|
||||
Reference in New Issue
Block a user