Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | actor_id |
int | target_id |
int | cost |
action_id | action_type |
int | request_kind |
Definition at line 741 of file packets_gen.h.
action_id packet_unit_action_answer::action_type |
Definition at line 745 of file packets_gen.h.
Referenced by dsend_packet_unit_action_answer(), and send_packet_unit_action_answer_100().
int packet_unit_action_answer::actor_id |
Definition at line 742 of file packets_gen.h.
Referenced by dsend_packet_unit_action_answer(), and send_packet_unit_action_answer_100().
int packet_unit_action_answer::cost |
Definition at line 744 of file packets_gen.h.
Referenced by send_packet_unit_action_answer_100().
int packet_unit_action_answer::request_kind |
Definition at line 746 of file packets_gen.h.
Referenced by dsend_packet_unit_action_answer(), and send_packet_unit_action_answer_100().
int packet_unit_action_answer::target_id |
Definition at line 743 of file packets_gen.h.
Referenced by dsend_packet_unit_action_answer(), and send_packet_unit_action_answer_100().