Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
propval_data Union Reference

Data Fields

gpointer v_pointer
 
int v_int
 
bool v_bool
 
char * v_string
 
const char * v_const_string
 
GdkPixbuf * v_pixbuf
 
struct built_statusv_built
 
bv_max_extras v_bv_special
 
bv_max_extras v_bv_roads
 
bv_max_extras v_bv_bases
 
struct nation_typev_nation
 
struct nation_hash * v_nation_hash
 
struct governmentv_gov
 
bv_techs v_bv_inventions
 
struct tile_vision_datav_tile_vision
 

Detailed Description

Definition at line 224 of file editprop.c.

Field Documentation

◆ v_bool

bool propval_data::v_bool

◆ v_built

struct built_status * propval_data::v_built

◆ v_bv_bases

bv_max_extras propval_data::v_bv_bases

◆ v_bv_inventions

bv_techs propval_data::v_bv_inventions

◆ v_bv_roads

bv_max_extras propval_data::v_bv_roads

◆ v_bv_special

bv_max_extras propval_data::v_bv_special

◆ v_const_string

const char * propval_data::v_const_string

◆ v_gov

struct government * propval_data::v_gov

◆ v_int

int propval_data::v_int

◆ v_nation

struct nation_type * propval_data::v_nation

◆ v_nation_hash

struct nation_hash * propval_data::v_nation_hash

◆ v_pixbuf

GdkPixbuf * propval_data::v_pixbuf

◆ v_pointer

gpointer propval_data::v_pointer

Definition at line 225 of file editprop.c.

Referenced by propval_copy(), propval_equal(), and propval_free_data().

◆ v_string

char * propval_data::v_string

◆ v_tile_vision

struct tile_vision_data * propval_data::v_tile_vision