Freeciv-3.3
|
#include <actions.h>
Data Fields | |
enum action_auto_perf_cause | cause |
struct requirement_vector | reqs |
action_id | alternatives [MAX_NUM_ACTIONS] |
action_id action_auto_perf::alternatives[MAX_NUM_ACTIONS] |
Definition at line 331 of file actions.h.
Referenced by actions_init().
enum action_auto_perf_cause action_auto_perf::cause |
Definition at line 323 of file actions.h.
Referenced by action_auto_perf_unit_do(), action_auto_perf_unit_prob(), and actions_init().
struct requirement_vector action_auto_perf::reqs |