DDraceNetwork Docs
antibot_data.h File Reference
#include <base/vmath.h>
Include dependency graph for antibot_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CAntibotMapData
 
struct  CAntibotPlayerData
 
struct  CAntibotInputData
 
struct  CAntibotCharacterData
 
struct  CAntibotVersion
 
struct  CAntibotData
 
struct  CAntibotRoundData
 

Macros

#define ANTIBOT_VERSION
 

Enumerations

enum  { ANTIBOT_ABI_VERSION = 9 , ANTIBOT_MSGFLAG_NONVITAL = 1 , ANTIBOT_MSGFLAG_FLUSH = 2 , ANTIBOT_MAX_CLIENTS = 64 }
 

Macro Definition Documentation

◆ ANTIBOT_VERSION

#define ANTIBOT_VERSION
Value:
{ \
ANTIBOT_ABI_VERSION, \
sizeof(CAntibotVersion), \
sizeof(CAntibotData), \
sizeof(CAntibotPlayerData), \
sizeof(CAntibotInputData), \
sizeof(CAntibotMapData), \
sizeof(CAntibotRoundData), \
}
Definition: antibot_data.h:43
Definition: antibot_data.h:85
Definition: antibot_data.h:29
Definition: antibot_data.h:17
Definition: antibot_data.h:24
Definition: antibot_data.h:98
Definition: antibot_data.h:60

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ANTIBOT_ABI_VERSION 
ANTIBOT_MSGFLAG_NONVITAL 
ANTIBOT_MSGFLAG_FLUSH 
ANTIBOT_MAX_CLIENTS