Nuclide
Software Development Kit for id Technology (BETA)
profiles.h
1
42typedef struct
43{
44 string m_strName;
46 string m_strExtra;
48
49#define BOTSCRIPT_MAX 64
52 // end of bot_profile
botScript_t g_bots[64]
Definition: profiles.h:50
#define BOTSCRIPT_MAX
Definition: profiles.h:49
var int g_botScriptCount
Definition: profiles.h:51
Data holding Bot Profile entries.
Definition: profiles.h:43
string m_strName
Definition: profiles.h:44
string m_strExtra
Definition: profiles.h:46
string m_strNetName
Definition: profiles.h:45