Freeciv-3.2
|
#include <actions.h>
union { ... } action::actor |
Referenced by action_id_is_rare_pop_up(), and unit_action_new().
bool action::actor_consuming_always |
Definition at line 395 of file actions.h.
Referenced by action_new(), handle_ruleset_action(), load_action_actor_consuming_always(), save_action_actor_consuming_always(), and unit_action_new().
enum action_actor_kind action::actor_kind |
Definition at line 368 of file actions.h.
Referenced by action_new(), handle_ruleset_action(), and send_ruleset_actions().
bv_actions action::blocked_by |
Definition at line 389 of file actions.h.
Referenced by action_new(), action_would_be_blocked_by(), handle_ruleset_action(), and send_ruleset_actions().
action_id action::id |
Definition at line 363 of file actions.h.
Referenced by action_is_blocked_by(), action_name_translation(), action_new(), action_number(), action_rule_name(), and helptext_unit().
struct { ... } action::is_unit |
Referenced by action_id_is_rare_pop_up(), and unit_action_new().
int action::max_distance |
Definition at line 378 of file actions.h.
Referenced by action_distance_inside_max(), action_new(), handle_ruleset_action(), load_action_range_max(), save_action_max_range(), send_ruleset_actions(), and unit_action_new().
int action::min_distance |
Definition at line 378 of file actions.h.
Referenced by action_distance_accepted(), action_new(), handle_ruleset_action(), load_action_range(), send_ruleset_actions(), and unit_action_new().
enum moves_actor_kind action::moves_actor |
Definition at line 415 of file actions.h.
Referenced by unit_action_new().
bool action::quiet |
Definition at line 385 of file actions.h.
Referenced by action_new(), handle_ruleset_action(), helptext_building(), helptext_unit(), load_ruleset_actions(), save_actions_ruleset(), and send_ruleset_actions().
bool action::rare_pop_up |
Definition at line 408 of file actions.h.
Referenced by action_id_is_rare_pop_up(), and unit_action_new().
enum action_result action::result |
Definition at line 365 of file actions.h.
Referenced by action_array_add_all_by_result(), action_maybe_possible_actor_unit(), action_new(), handle_ruleset_action(), unit_action_new(), and utype_can_do_action_result().
bv_action_sub_results action::sub_results |
Definition at line 366 of file actions.h.
Referenced by action_new(), handle_ruleset_action(), and load_ruleset_actions().
enum action_sub_target_kind action::sub_target_kind |
Definition at line 370 of file actions.h.
Referenced by action_new(), and handle_ruleset_action().
enum act_tgt_compl action::target_complexity |
Definition at line 373 of file actions.h.
Referenced by action_new().
enum action_target_kind action::target_kind |
Definition at line 369 of file actions.h.
Referenced by action_new(), handle_ruleset_action(), load_action_kind(), save_action_kind(), and send_ruleset_actions().
char action::ui_name[MAX_LEN_NAME] |
Definition at line 381 of file actions.h.
Referenced by action_new(), handle_ruleset_action(), save_action_ui_name(), and send_ruleset_actions().
bool action::unitwaittime_controlled |
Definition at line 411 of file actions.h.
Referenced by unit_action_new().