Freeciv-3.3
|
Data Fields | ||
enum ane_kind | kind | |
union { | ||
struct city * capacity_city | ||
struct terrain * no_act_terrain | ||
struct player * no_war_with | ||
struct player * peace_with | ||
struct nation_type * no_act_nation | ||
const struct unit_type * no_tgt_utype | ||
struct action * blocker | ||
int distance | ||
int gold_needed | ||
}; | ||
Definition at line 80 of file unithand.c.
union { ... } ane_expl |
Definition at line 104 of file unithand.c.
Definition at line 86 of file unithand.c.
int ane_expl::distance |
Definition at line 107 of file unithand.c.
int ane_expl::gold_needed |
Definition at line 110 of file unithand.c.
Definition at line 82 of file unithand.c.
struct nation_type* ane_expl::no_act_nation |
Definition at line 98 of file unithand.c.
Definition at line 89 of file unithand.c.
Definition at line 101 of file unithand.c.
Definition at line 92 of file unithand.c.
Definition at line 95 of file unithand.c.