Nuclide
Software Development Kit for id Technology (BETA)
Main Page
Related Pages
Topics
Classes
Loading...
Searching...
No Matches
profiles.h
1
40
42
typedef
struct
43
{
44
string
m_strName
;
45
string
m_strNetName
;
46
string
m_strExtra
;
47
}
botScript_t
;
48
49
#define BOTSCRIPT_MAX 64
50
botScript_t
g_bots
[
BOTSCRIPT_MAX
];
51
var
int
g_botScriptCount
;
52
// end of bot_profile
g_bots
botScript_t g_bots[64]
Definition
profiles.h:50
BOTSCRIPT_MAX
#define BOTSCRIPT_MAX
Definition
profiles.h:49
g_botScriptCount
var int g_botScriptCount
Definition
profiles.h:51
botScript_t
Data holding Bot Profile entries.
Definition
profiles.h:43
botScript_t::m_strName
string m_strName
Definition
profiles.h:44
botScript_t::m_strExtra
string m_strExtra
Definition
profiles.h:46
botScript_t::m_strNetName
string m_strNetName
Definition
profiles.h:45
src
botlib
profiles.h
2009-2025 (C) Nuclide is a project by
Vera Visions, L.L.C.
and is available under the
ISC License
.