Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

be_interface.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

struct  botlib_globals_s

Defines

#define RANDOMIZE

Typedefs

typedef botlib_globals_s botlib_globals_t

Functions

int Sys_MilliSeconds (void)

Variables

int bot_developer
botlib_import_t botimport
botlib_globals_t botlibglobals


Define Documentation

#define RANDOMIZE
 

Definition at line 33 of file be_interface.h.


Typedef Documentation

typedef struct botlib_globals_s botlib_globals_t
 


Function Documentation

int Sys_MilliSeconds void   ) 
 

Definition at line 77 of file be_interface.c.

References clock().

00078 {
00079     return clock() * 1000 / CLOCKS_PER_SEC;
00080 } //end of the function Sys_MilliSeconds

Here is the call graph for this function:


Variable Documentation

int bot_developer
 

Definition at line 61 of file be_interface.c.

botlib_import_t botimport
 

Definition at line 59 of file be_interface.c.

botlib_globals_t botlibglobals
 

Definition at line 56 of file be_interface.c.

Referenced by BotExportTest(), BotLibSetup(), EA_Setup(), Export_BotLibSetup(), Export_BotLibShutdown(), Log_WriteTimeStamped(), ValidClientNumber(), and ValidEntityNumber().


Generated on Thu Aug 25 12:42:43 2005 for Quake III Arena by  doxygen 1.3.9.1