Freeciv-3.2
|
#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 757 of file packets_gen.h.
struct act_prob packet_unit_actions::action_probabilities[MAX_NUM_ACTIONS] |
Definition at line 764 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), handle_unit_actions(), and send_packet_unit_actions_100().
int packet_unit_actions::actor_unit_id |
Definition at line 758 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), handle_unit_actions(), and send_packet_unit_actions_100().
int packet_unit_actions::request_kind |
Definition at line 763 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), handle_unit_actions(), and send_packet_unit_actions_100().
int packet_unit_actions::target_city_id |
Definition at line 760 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), handle_unit_actions(), and send_packet_unit_actions_100().
int packet_unit_actions::target_extra_id |
Definition at line 762 of file packets_gen.h.
Referenced by handle_unit_actions(), and send_packet_unit_actions_100().
int packet_unit_actions::target_tile_id |
Definition at line 761 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), handle_unit_actions(), and send_packet_unit_actions_100().
int packet_unit_actions::target_unit_id |
Definition at line 759 of file packets_gen.h.
Referenced by dsend_packet_unit_actions(), handle_unit_actions(), and send_packet_unit_actions_100().