Freeciv-3.3
|
#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 753 of file packets_gen.h.
int packet_unit_get_actions::actor_unit_id |
Definition at line 754 of file packets_gen.h.
Referenced by dsend_packet_unit_get_actions().
int packet_unit_get_actions::request_kind |
Definition at line 758 of file packets_gen.h.
Referenced by dsend_packet_unit_get_actions().
int packet_unit_get_actions::target_extra_id |
Definition at line 757 of file packets_gen.h.
int packet_unit_get_actions::target_tile_id |
Definition at line 756 of file packets_gen.h.
Referenced by dsend_packet_unit_get_actions().
int packet_unit_get_actions::target_unit_id |
Definition at line 755 of file packets_gen.h.
Referenced by dsend_packet_unit_get_actions().