Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
int | actor_unit_id |
int | target_unit_id |
int | target_city_id |
int | target_tile_id |
int | target_extra_id |
int | request_kind |
struct act_prob | action_probabilities [MAX_NUM_ACTIONS] |
Definition at line 761 of file packets_gen.h.
struct act_prob packet_unit_actions::action_probabilities[MAX_NUM_ACTIONS] |
Definition at line 768 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), and handle_unit_actions().
int packet_unit_actions::actor_unit_id |
Definition at line 762 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), and handle_unit_actions().
int packet_unit_actions::request_kind |
Definition at line 767 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), and handle_unit_actions().
int packet_unit_actions::target_city_id |
Definition at line 764 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), and handle_unit_actions().
int packet_unit_actions::target_extra_id |
Definition at line 766 of file packets_gen.h.
Referenced by handle_unit_actions().
int packet_unit_actions::target_tile_id |
Definition at line 765 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), and handle_unit_actions().
int packet_unit_actions::target_unit_id |
Definition at line 763 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), and handle_unit_actions().