City definition. More...
#include <cp_nation.h>
Data Fields | |
const char * | id |
const char * | name |
int | idx |
vec2_t | pos |
City definition.
Definition at line 67 of file cp_nation.h.
const char* city_s::id |
int city_s::idx |
position in the cities array
Definition at line 70 of file cp_nation.h.
Referenced by CL_ParseCities().
const char* city_s::name |
Full name of the city.
Definition at line 69 of file cp_nation.h.
Referenced by CP_TerrorMissionGo().
City position on geoscape.
Definition at line 72 of file cp_nation.h.
Referenced by CP_TerrorInCity(), CP_TerrorMissionGo(), and NAT_ScriptSanityCheck().