Public Attributes | |
list_t | entry |
vec3_t | origin |
char | name [1] |
list_t location_t::entry |
Definition at line 26 of file locs.c.
Referenced by LOC_Add_f(), LOC_Delete_f(), LOC_LoadLocations(), and LOC_Update_f().
char location_t::name[1] |
Definition at line 28 of file locs.c.
Referenced by LOC_Alloc(), LOC_Here_m(), LOC_There_m(), and LOC_Write_f().
vec3_t location_t::origin |
Definition at line 27 of file locs.c.
Referenced by LOC_Add_f(), LOC_AddLocationsToScene(), LOC_FindClosest(), LOC_LoadLocations(), LOC_Update_f(), and LOC_Write_f().