Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | attacker_unit_id |
int | defender_unit_id |
int | attacker_hp |
int | defender_hp |
bool | make_att_veteran |
bool | make_def_veteran |
Definition at line 692 of file packets_gen.h.
int packet_unit_combat_info::attacker_hp |
Definition at line 695 of file packets_gen.h.
Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().
int packet_unit_combat_info::attacker_unit_id |
Definition at line 693 of file packets_gen.h.
Referenced by handle_unit_combat_info(), send_combat(), and send_packet_unit_combat_info_100().
int packet_unit_combat_info::defender_hp |
Definition at line 696 of file packets_gen.h.
Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().
int packet_unit_combat_info::defender_unit_id |
Definition at line 694 of file packets_gen.h.
Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().
bool packet_unit_combat_info::make_att_veteran |
Definition at line 697 of file packets_gen.h.
Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().
bool packet_unit_combat_info::make_def_veteran |
Definition at line 698 of file packets_gen.h.
Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().