Freeciv-3.1
|
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 81 of file unithand.c.
union { ... } ane_expl |
struct action* ane_expl::blocker |
Definition at line 105 of file unithand.c.
Referenced by expl_act_not_enabl(), and illegal_action_msg().
struct city* ane_expl::capacity_city |
Definition at line 87 of file unithand.c.
Referenced by expl_act_not_enabl(), explain_why_no_action_enabled(), and illegal_action_msg().
int ane_expl::distance |
Definition at line 108 of file unithand.c.
Referenced by expl_act_not_enabl(), and illegal_action_msg().
int ane_expl::gold_needed |
Definition at line 111 of file unithand.c.
Referenced by expl_act_not_enabl(), explain_why_no_action_enabled(), and illegal_action_msg().
enum ane_kind ane_expl::kind |
Definition at line 83 of file unithand.c.
Referenced by action_not_enabled_reason(), expl_act_not_enabl(), explain_why_no_action_enabled(), and illegal_action_msg().
struct nation_type* ane_expl::no_act_nation |
Definition at line 99 of file unithand.c.
Referenced by expl_act_not_enabl(), explain_why_no_action_enabled(), and illegal_action_msg().
struct terrain* ane_expl::no_act_terrain |
Definition at line 90 of file unithand.c.
Referenced by expl_act_not_enabl(), explain_why_no_action_enabled(), and illegal_action_msg().
const struct unit_type* ane_expl::no_tgt_utype |
Definition at line 102 of file unithand.c.
Referenced by expl_act_not_enabl(), explain_why_no_action_enabled(), and illegal_action_msg().
struct player* ane_expl::no_war_with |
Definition at line 93 of file unithand.c.
Referenced by expl_act_not_enabl(), explain_why_no_action_enabled(), and illegal_action_msg().
struct player* ane_expl::peace_with |
Definition at line 96 of file unithand.c.
Referenced by expl_act_not_enabl(), explain_why_no_action_enabled(), and illegal_action_msg().