|
Freeciv-3.3
|
Data Fields | ||
| char | maparg [MAX_LEN_MAPARG] | |
| char | error [MAX_LEN_MAPDEF] | |
| enum mapimg_status | status | |
| enum imageformat | format | |
| enum imagetool | tool | |
| int | zoom | |
| int | turns | |
| bool | layers [MAPIMG_LAYER_COUNT] | |
| struct { | ||
| enum show_player show | ||
| union { | ||
| char name [MAX_LEN_NAME] | ||
| int id | ||
| bv_player plrbv | ||
| } | ||
| bv_player checked_plrbv | ||
| } | player | |
| bv_mapdef_arg | args | |
| bool | colortest | |
| bv_mapdef_arg mapdef::args |
| bool mapdef::colortest |
Definition at line 341 of file mapimg.c.
Referenced by mapdef_new().
| char mapdef::error[MAX_LEN_MAPDEF] |
Definition at line 322 of file mapimg.c.
Referenced by mapimg_define_arg().
| enum imageformat mapdef::format |
Definition at line 324 of file mapimg.c.
Referenced by mapimg_colortest(), and mapimg_define_arg().
| bool mapdef::layers[MAPIMG_LAYER_COUNT] |
| char mapdef::maparg[MAX_LEN_MAPARG] |
Definition at line 321 of file mapimg.c.
Referenced by mapimg_define().
| char mapdef::name[MAX_LEN_NAME] |
| struct { ... } mapdef::player |
| enum show_player mapdef::show |
| enum mapimg_status mapdef::status |
Definition at line 325 of file mapimg.c.
Referenced by mapimg_colortest(), and mapimg_define_arg().