#include <botlib.h>
Collaboration diagram for botlib_export_s:

Data Fields | |
| aas_export_t | aas |
| ai_export_t | ai |
| int(* | BotLibLoadMap )(const char *mapname) |
| int(* | BotLibSetup )(void) |
| int(* | BotLibShutdown )(void) |
| int(* | BotLibStartFrame )(float time) |
| int(* | BotLibUpdateEntity )(int ent, bot_entitystate_t *state) |
| int(* | BotLibVarGet )(char *var_name, char *value, int size) |
| int(* | BotLibVarSet )(char *var_name, char *value) |
| ea_export_t | ea |
| int(* | PC_AddGlobalDefine )(char *string) |
| int(* | PC_FreeSourceHandle )(int handle) |
| int(* | PC_LoadSourceHandle )(const char *filename) |
| int(* | PC_ReadTokenHandle )(int handle, pc_token_t *pc_token) |
| int(* | PC_SourceFileAndLine )(int handle, char *filename, int *line) |
| int(* | Test )(int parm0, char *parm1, vec3_t parm2, vec3_t parm3) |
|
|
Definition at line 401 of file botlib.h. Referenced by GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Definition at line 405 of file botlib.h. Referenced by GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by GetBotLibAPI(), and SV_BotLibSetup(). |
|
|
Referenced by GetBotLibAPI(), and SV_BotLibShutdown(). |
|
|
Referenced by GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by BotDrawDebugPolygons(), GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Definition at line 403 of file botlib.h. Referenced by GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by CL_CgameSystemCalls(), CL_UISystemCalls(), GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by CL_CgameSystemCalls(), CL_UISystemCalls(), GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by CL_CgameSystemCalls(), CL_UISystemCalls(), GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by CL_CgameSystemCalls(), CL_UISystemCalls(), GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by CL_CgameSystemCalls(), CL_UISystemCalls(), GetBotLibAPI(), and SV_GameSystemCalls(). |
|
|
Referenced by BotDrawDebugPolygons(), GetBotLibAPI(), and SV_GameSystemCalls(). |
1.3.9.1