Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | actor_id |
int | target_id |
int | sub_tgt_id |
char | name [MAX_LEN_NAME] |
action_id | action_type |
Definition at line 733 of file packets_gen.h.
action_id packet_unit_do_action::action_type |
Definition at line 738 of file packets_gen.h.
Referenced by dsend_packet_unit_do_action(), and send_packet_unit_do_action_100().
int packet_unit_do_action::actor_id |
Definition at line 734 of file packets_gen.h.
Referenced by dsend_packet_unit_do_action(), and send_packet_unit_do_action_100().
char packet_unit_do_action::name[MAX_LEN_NAME] |
Definition at line 737 of file packets_gen.h.
Referenced by send_packet_unit_do_action_100().
int packet_unit_do_action::sub_tgt_id |
Definition at line 736 of file packets_gen.h.
Referenced by dsend_packet_unit_do_action(), and send_packet_unit_do_action_100().
int packet_unit_do_action::target_id |
Definition at line 735 of file packets_gen.h.
Referenced by dsend_packet_unit_do_action(), and send_packet_unit_do_action_100().