|
Freeciv-3.4
|
#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 171 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 172 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 180 of file actions.h.
Referenced by tab_enabler::comment_given(), and tab_enabler::update_enabler_info().
| struct { ... } action_enabler::rulesave |
Referenced by tab_enabler::comment_given(), and tab_enabler::update_enabler_info().
| struct requirement_vector action_enabler::target_reqs |
Definition at line 173 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().