Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | actor_unit_id |
int | target_unit_id |
int | target_tile_id |
int | target_extra_id |
int | request_kind |
Definition at line 749 of file packets_gen.h.
int packet_unit_get_actions::actor_unit_id |
Definition at line 750 of file packets_gen.h.
Referenced by dsend_packet_unit_get_actions(), and send_packet_unit_get_actions_100().
int packet_unit_get_actions::request_kind |
Definition at line 754 of file packets_gen.h.
Referenced by dsend_packet_unit_get_actions(), and send_packet_unit_get_actions_100().
int packet_unit_get_actions::target_extra_id |
Definition at line 753 of file packets_gen.h.
Referenced by send_packet_unit_get_actions_100().
int packet_unit_get_actions::target_tile_id |
Definition at line 752 of file packets_gen.h.
Referenced by dsend_packet_unit_get_actions(), and send_packet_unit_get_actions_100().
int packet_unit_get_actions::target_unit_id |
Definition at line 751 of file packets_gen.h.
Referenced by dsend_packet_unit_get_actions(), and send_packet_unit_get_actions_100().