DDraceNetwork Documentation
Loading...
Searching...
No Matches
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 = 11 , ANTIBOT_MSGFLAG_NONVITAL = 1 , ANTIBOT_MSGFLAG_FLUSH = 2 , ANTIBOT_MAX_CLIENTS = 128 }

Macro Definition Documentation

◆ ANTIBOT_VERSION

#define ANTIBOT_VERSION
Value:
{ \
sizeof(CAntibotVersion), \
sizeof(CAntibotData), \
sizeof(CAntibotPlayerData), \
sizeof(CAntibotInputData), \
sizeof(CAntibotMapData), \
sizeof(CAntibotRoundData), \
}
@ ANTIBOT_ABI_VERSION
Definition antibot_data.h:8
Definition antibot_data.h:56
Definition antibot_data.h:98
Definition antibot_data.h:34
Definition antibot_data.h:17
Definition antibot_data.h:24
Definition antibot_data.h:111
Definition antibot_data.h:73

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ANTIBOT_ABI_VERSION 
ANTIBOT_MSGFLAG_NONVITAL 
ANTIBOT_MSGFLAG_FLUSH 
ANTIBOT_MAX_CLIENTS