Macros | |
| #define | LOCATION_BLOCK 128 |
Functions | |
| void | locs_add (const vec3_t location, const char *name) |
| void | locs_del (const vec3_t loc) |
| void | locs_edit (const vec3_t loc, const char *desc) |
| location_t * | locs_find (const vec3_t target) |
| void | locs_load (const char *filename) |
| void | locs_mark (const vec3_t loc, const char *desc) |
| int | locs_nearest (const vec3_t loc) |
| void | locs_reset (void) |
| void | locs_save (const char *filename, qboolean gz) |
| void | map_to_loc (const char *mapname, char *filename) |
Variables | |
| int | location_blocks = 0 |
| location_t ** | locations = NULL |
| int | locations_alloced = 0 |
| int | locations_count = 0 |
| #define LOCATION_BLOCK 128 |
| location_t* locs_find | ( | const vec3_t | target | ) |
| void locs_load | ( | const char * | filename | ) |
| void locs_reset | ( | void | ) |
| void map_to_loc | ( | const char * | mapname, |
| char * | filename | ||
| ) |
| int location_blocks = 0 |
| location_t** locations = NULL |
| int locations_alloced = 0 |
| int locations_count = 0 |