Freeciv-3.3
|
#include <actions.h>
Data Fields | ||
action_id | action | |
struct requirement_vector | actor_reqs | |
struct requirement_vector | target_reqs | |
struct { | ||
bool ruledit_disabled | ||
char * comment | ||
} | rulesave | |
action_id action_enabler::action |
Definition at line 167 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 168 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().
char* action_enabler::comment |
Definition at line 176 of file actions.h.
Referenced by tab_enabler::comment_given(), and tab_enabler::update_enabler_info().
bool action_enabler::ruledit_disabled |
Definition at line 174 of file actions.h.
Referenced by tab_enabler::delete_now().
struct { ... } action_enabler::rulesave |
Referenced by tab_enabler::comment_given(), tab_enabler::delete_now(), and tab_enabler::update_enabler_info().
struct requirement_vector action_enabler::target_reqs |
Definition at line 169 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().