|
char * | fmt |
|
char void(* | Trace )(bsp_trace_t *trace, vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int passent, int contentmask) |
|
void(* | EntityTrace )(bsp_trace_t *trace, vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int entnum, int contentmask) |
|
int(* | PointContents )(vec3_t point) |
|
int(* | inPVS )(vec3_t p1, vec3_t p2) |
|
char *(* | BSPEntityData )(void) |
|
void(* | BSPModelMinsMaxsOrigin )(int modelnum, vec3_t angles, vec3_t mins, vec3_t maxs, vec3_t origin) |
|
void(* | BotClientCommand )(int client, const char *command) |
|
void *(* | GetMemory )(int size) |
|
void(* | FreeMemory )(void *ptr) |
|
int(* | AvailableMemory )(void) |
|
void *(* | HunkAlloc )(int size) |
|
int(* | FS_FOpenFile )(const char *qpath, fileHandle_t *file, fsMode_t mode) |
|
int(* | FS_Read )(void *buffer, int len, fileHandle_t f) |
|
int(* | FS_Write )(const void *buffer, int len, fileHandle_t f) |
|
void(* | FS_FCloseFile )(fileHandle_t f) |
|
int(* | FS_Seek )(fileHandle_t f, long offset, int origin) |
|
int(* | DebugLineCreate )(void) |
|
void(* | DebugLineDelete )(int line) |
|
void(* | DebugLineShow )(int line, vec3_t start, vec3_t end, int color) |
|
int(* | DebugPolygonCreate )(int color, int numPoints, vec3_t *points) |
|
void(* | DebugPolygonDelete )(int id) |
|