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