Freeciv-3.3
|
#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 737 of file packets_gen.h.
action_id packet_unit_do_action::action_type |
Definition at line 742 of file packets_gen.h.
Referenced by dsend_packet_unit_do_action().
int packet_unit_do_action::actor_id |
Definition at line 738 of file packets_gen.h.
Referenced by dsend_packet_unit_do_action().
char packet_unit_do_action::name[MAX_LEN_NAME] |
Definition at line 741 of file packets_gen.h.
int packet_unit_do_action::sub_tgt_id |
Definition at line 740 of file packets_gen.h.
Referenced by dsend_packet_unit_do_action().
int packet_unit_do_action::target_id |
Definition at line 739 of file packets_gen.h.
Referenced by dsend_packet_unit_do_action().