Freeciv-3.2
|
#include <actions.h>
Data Fields | |
action_id | action |
struct requirement_vector | actor_reqs |
struct requirement_vector | target_reqs |
bool | ruledit_disabled |
action_id action_enabler::action |
Definition at line 422 of file actions.h.
Referenced by action_enabler_copy(), fix_enabler_item::apply_accepted_changes(), tab_enabler::edit_type(), and fix_enabler_item::undo_accepted_changes().
struct requirement_vector action_enabler::actor_reqs |
Definition at line 423 of file actions.h.
Referenced by action_enabler_copy(), fix_enabler_item::apply_accepted_changes(), tab_enabler::edit_actor_reqs(), fix_enabler_item::undo_accepted_changes(), and fix_enabler_item::vector_in_item().
bool action_enabler::ruledit_disabled |
Definition at line 428 of file actions.h.
Referenced by tab_enabler::delete_now().
struct requirement_vector action_enabler::target_reqs |
Definition at line 424 of file actions.h.
Referenced by action_enabler_copy(), fix_enabler_item::apply_accepted_changes(), tab_enabler::edit_target_reqs(), fix_enabler_item::undo_accepted_changes(), and fix_enabler_item::vector_in_item().